November 2019
Intermediate to advanced
408 pages
9h 56m
English
Our API interface will be as follows:
| Endpoint | Requires authentication | Returns | |
| GET | /api/me/thoughts/ | Yes | List of thoughts of the user |
| POST | /api/me/thoughts/ | Yes | The newly created thought |
| GET | /api/thoughts/ | No | List of all thoughts |
| GET | /api/thoughts/X/ | No | The thought with ID X |
| GET | /api/thoughts/?search=X | No | Searches all the thoughts that contain X |
| DELETE | /admin/thoughts/X/ | No | Deletes thought with ID X |
Note there are two elements of the API:
Read now
Unlock full access