Tim's News REST API

Tim's News REST API serves as a database for getting, posting, patching and deleting news articles via http requests. It is the backend for the Tim's News WebApp. For a description of all endpoints, accepted queries, example request bodies and example responses, you can make a GET request to /api.

/api - a list of all the end points and how to intereact with them

/api - a list of all the end points and how to intereact with them

An example post request to a non-existent user returns an error

An example post request to a non-existent user returns an error

An example post request to an existing user returns the entry that's added to the database

An example post request to an existing user returns the entry that's added to the database

Tech Stack