Northflank integration (Developer Tools). Imported from open-connector.
https://api.northflank.com/v1/projects
| Param | Type | Required | Description |
|---|---|---|---|
| per_page | integer | optional | The number of results to display per request. Maximum of 100. |
| page | integer | optional | The page number to access. |
| cursor | string | optional | The cursor returned from the previous page of results. |
/v1/projects/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | ID of the project. |
/v1/projects/{projectId}/services
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | ID of the project. |
| per_page | integer | optional | The number of results to display per request. Maximum of 100. |
| page | integer | optional | The page number to access. |
| cursor | string | optional | The cursor returned from the previous page of results. |
/v1/projects/{projectId}/services/{serviceId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | ID of the project. |
| serviceId | string | required | ID of the service. |