-
Notifications
You must be signed in to change notification settings - Fork 197
API : Resources
jimsafley edited this page May 22, 2013
·
7 revisions
Individual resources cannot be shown.
Return available API resources and information about them.
GET /resources
{
"resources": {
"controller": "resources",
"actions": ["get"]
},
"items": {
"record_type": "Item",
"actions": ["index", "get", "post", "put", "delete"],
"index_params": ["collection", "item_type", "featured", "public", "added_since", "modified_since", "owner"]
}
}
Resources cannot be created. They must be registered via the api_resources
filter.