Requests grouped to wants list management let you retrieve information about your stored wants lists, as well as let you manipulate them - creating new lists, add, edit, and delete wants lists and wants.
Resource | Allowed HTTP Methods | Description |
---|---|---|
/wantslist[/:idWantslist] | GET | Returns all resp. a Wants List entity for the authenticated user. |
POST | Adds a new wants list. | |
PUT | Adds, edits, or removes a want to, at, resp. from a specified wants list. | |
DELETE | Deletes a wants list. |