This repository was archived by the owner on Dec 10, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
API Reference
Jan-Luca Klees edited this page May 9, 2017
·
5 revisions
api.dontusethisinproduction.fail/v3
All paths are relative to the base URL.
This is work in progress.
We are trying to use the appropriate HTTP verb for accessing each endpoint according to REST specification where possible:
| Verb | Description |
|---|---|
GET |
Retrieve one or multiple resources |
POST |
Create a resource |
PUT |
Update a resource |
PATCH |
Update a resource (partially) |
DELETE |
Delete a resource |
-
GETall lists, paginated -
POSTto create a new list
-
GETlists matching the search / filters, paginated
-
GETone list by id, meta + first page of entries, requires paging parameter
-
GETget list meta -
PUTnew meta information for the list -
PATCHexisting meta information for the list
-
GETlist entries, paginated -
POSTa new entry to be added to the list of entries -
PUTnew information for an entry -
PATCHexisting information of an entry -
DELETEan entry
-
GETsearch results
-
GETdetails about a specific entry in the dictionary
proposed base: /quizzes
proposed base: /user