Repository

/api/repositories/{repository}
Parameter Type Purpose
repository String The repository name

Get

GET /api/repositories/(string: repository)

Shows the contents of the named repository

GET /api/repositories/jupiter HTTP/1.1
Accept: application/json
Response Code Reason
200 No error
404 No repository with that name.
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 114
Content-Type: text/html; charset=utf-8
Date: Wed, 22 Oct 2014 14:02:16 GMT
ETag: "741096259"
X-Powered-By: Express

{
    "entitiesURL": "/api/repositories/jupiter/entities",
    "businessrulesURL": "/api/repositories/jupiter/business_rules"
}

The response contains links to the entities and business rules in the repository.