|
Note: All variables enclosed in ‘{’ and ‘}’ must be substituted with real values. GET means HTTP GET request type and POST means HTTP POST type. |
/cgl/feeds/api/{category}/{service}/users/{userid} GET: Get information of a user. |
/cgl/feeds/api/{category}/{service}/login GET: Login the service. |
/cgl/feeds/api/{category}/{service}/users/{userid}/resources GET: Get all resources of the user. POST: Add a new resource. |
/cgl/feeds/api/{category}/{service}/users/{userid}/resources/resourceid /cgl/feeds/api/{category}/{service}/resources/resourceid GET: Get information of a specific resource. DELETE: Delete the corresponding resource. PUT: Update the corresponding resource. |
/cgl/feeds/api/{category}/{service}/resources/resourceid/comments GET: Get all comments of the resource. POST: Add a new comment. |
/cgl/feeds/api/{category}/{service}/resources/resourceid/rating GET: Get rating of the resource. |
/cgl/feeds/api/{category}/{service}/tag/{tag}?perpage={perpage}&page={page} GET: Get records by tag. Parameter perpage indicates how many resources you want to retrieve.Parameter page indicates which page you want to retrieve. |
/cgl/feeds/api/{category}/{service}/statistics/{standard}? perpage={perpage}&page={page} GET: Get records by standards. E.g. most viewed, most recent… |
No comments:
Post a Comment