curl --request GET \
--url https://api.iran.liara.ir/v1/projects/{name}/releases \
--header 'Authorization: <api-key>'{
"total": 123,
"currentRelease": "<string>",
"readyReleasesCount": 123,
"releases": [
{
"_id": "<string>",
"type": "<string>",
"imageName": "<string>",
"projectType": "<string>",
"state": "<string>",
"port": 123,
"gitInfo": {
"branch": "<string>",
"message": "<string>",
"commit": "<string>",
"committedAt": "2023-11-07T05:31:56Z",
"remote": "<string>",
"author": {
"email": "<string>",
"name": "<string>"
},
"tags": [
"<string>"
]
},
"client": "<string>",
"finishedAt": "<string>",
"createdAt": "<string>",
"tag": "<string>",
"sourceAvailable": true
}
],
"platform": "<string>"
}get releases of app that user owns
curl --request GET \
--url https://api.iran.liara.ir/v1/projects/{name}/releases \
--header 'Authorization: <api-key>'{
"total": 123,
"currentRelease": "<string>",
"readyReleasesCount": 123,
"releases": [
{
"_id": "<string>",
"type": "<string>",
"imageName": "<string>",
"projectType": "<string>",
"state": "<string>",
"port": 123,
"gitInfo": {
"branch": "<string>",
"message": "<string>",
"commit": "<string>",
"committedAt": "2023-11-07T05:31:56Z",
"remote": "<string>",
"author": {
"email": "<string>",
"name": "<string>"
},
"tags": [
"<string>"
]
},
"client": "<string>",
"finishedAt": "<string>",
"createdAt": "<string>",
"tag": "<string>",
"sourceAvailable": true
}
],
"platform": "<string>"
}Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #
The name of your app
The page of your releases
The count of your releases