Accessing the API requires use of the authorization token that appears at the bottom of Coyote pages for logged-in users. Example: curl -H 'Authorization: CHANGEME' localhost:10000/api/v1/organizations/1/resources | jsonlint
Resource | Description |
---|---|
GET /resources/:resource_id/representations | Return list of representations for a particular resource ID |
GET /representations/:id | Return attributes of a particular representation |
Resource | Description |
---|---|
GET /resources | Return a list of resources available to the authenticated user |
GET /resources/:id | Return attributes of a particular resource |
POST /resources | Create a new resource |
PATCH /resources/:id | Update attributes of a particular resource |