List Apps
curl --request GET \
--url http://localhost:{port}/namespace/{namespace}/bigPeer/{big_peer_name}/app{
"meta": {
"page": 1,
"size": 2,
"totalPages": 1
},
"data": [
{
"name": "minimal",
"appId": "ad349e91-3e4c-44bb-9278-fc5bb80239b5"
},
{
"name": "my-app",
"appId": "cb692760-9786-44c3-b040-019bec5a1b77"
}
]
}Apps
List Apps
Lists all apps associated with a particular Big Peer instance.
GET
/
namespace
/
{namespace}
/
bigPeer
/
{big_peer_name}
/
app
List Apps
curl --request GET \
--url http://localhost:{port}/namespace/{namespace}/bigPeer/{big_peer_name}/app{
"meta": {
"page": 1,
"size": 2,
"totalPages": 1
},
"data": [
{
"name": "minimal",
"appId": "ad349e91-3e4c-44bb-9278-fc5bb80239b5"
},
{
"name": "my-app",
"appId": "cb692760-9786-44c3-b040-019bec5a1b77"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.ditto.live/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
โI