Public endpoints
Repositories
Get repository by id
Returns a single OSS repository by id.
get/repositories/{id}
Response
OK
Example response
{
"url": "https://github.com/developer-overheid-nl/don-site",
"organisation": {
"uri": "https://developer.overheid.nl",
"label": "developer.overheid.nl"
},
"publicCode": {
"organisation": {
"uri": "https://developer.overheid.nl"
}
}
}Changes
Changed in 1 of the 3 revisions of this API.1
- ○
added the optional property
allOf[subschema #1: Repository]/archivedto the response with the200statusresponse-optional-property-added
- ○