curl --request GET \
--url https://api.iran.liara.ir/v1/projects/{name}/applets \
--header 'Authorization: <api-key>'{
"applets": [
{
"id": "<string>",
"name": "<string>",
"timestamp": "<string>",
"state": "<string>",
"reason": "<string>",
"release": {
"releaseID": "<string>",
"tag": "<string>"
}
}
]
}get applets of app that user owns
curl --request GET \
--url https://api.iran.liara.ir/v1/projects/{name}/applets \
--header 'Authorization: <api-key>'{
"applets": [
{
"id": "<string>",
"name": "<string>",
"timestamp": "<string>",
"state": "<string>",
"reason": "<string>",
"release": {
"releaseID": "<string>",
"tag": "<string>"
}
}
]
}