Tasuku
ReferenceAPI referenceRepositories

Get an installed repository

GET/organizations/{organization_id}/repositories/{repository_id}

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128
repository_id*string
Length1 <= length <= 128

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/organizations/string/repositories/string"
{  "data": {    "id": "string",    "owner": "string",    "name": "string",    "default_branch": "string",    "enabled": true,    "available": true,    "readiness_status": "NOT_RUN"  }}