croit

Information about the croit application.
get /croit/dependencies

List croit app dependencies

Parameters
pagination string query
Responses
200 successful operation
PaginationResponseCroitDependency object
A paginated result.
{
  "data": [
    {
      "id": "string",
      "link": "string",
      "type": "BACKEND",
      "license": "string",
      "dependency": "string"
    }
  ],
  "after": 0,
  "limit": 0,
  "total": 0
}
get /croit/license-text

Get the license text of a specific dependency

Parameters
id string query
Responses
200 successful operation
string
"string"