Last change
on this file since 53 was
48,
checked in by peter, 11 years ago
|
- updated TODOs
- tags are returned as space-separated plain text
|
File size:
594 bytes
|
Rev | Line | |
---|
[30] | 1 | GET / |
---|
| 2 | Lists the bookmarks |
---|
| 3 | |
---|
| 4 | Params: |
---|
| 5 | format=json|xbel |
---|
| 6 | tag={tag} (repeatable) |
---|
| 7 | limit={limit} |
---|
| 8 | offset={offset} (only if limit is given) |
---|
| 9 | |
---|
| 10 | GET /{id} |
---|
| 11 | Gets a individual bookmark |
---|
| 12 | |
---|
| 13 | GET /{id}/{field} |
---|
| 14 | Gets an individual field of an individual bookmark |
---|
| 15 | |
---|
| 16 | GET /feed |
---|
| 17 | Gets an Atom feed of the bookmarks |
---|
| 18 | |
---|
| 19 | POST / |
---|
| 20 | Create or update a bookmark |
---|
| 21 | |
---|
| 22 | POST /{id} |
---|
| 23 | Update a bookmark |
---|
| 24 | |
---|
[48] | 25 | == TODO == |
---|
| 26 | |
---|
[30] | 27 | PUT /{id} |
---|
| 28 | Create or update a bookmark; requires the entire resource representation to be given in JSON or XBEL |
---|
| 29 | |
---|
| 30 | DELETE /{id} |
---|
| 31 | Delete a bookmark |
---|
| 32 | |
---|
| 33 | PUT /{id}/{field} |
---|
| 34 | Set a single field of a bookmark |
---|
Note: See
TracBrowser
for help on using the repository browser.