Node Express API Tutorial
An API that allows users to be stored, retrieved, and deleted from a database.
124 subscribers
180 ms avg latency
5 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Node Express API Tutorial endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get All Users /users |
This endpoint will return all users stored in the database. |
| GET |
Get Specific User /users/{id} |
This endpoint will return back the user with the specified ID. |
| POST |
Store A User to the Database /users |
This endpoint will add a user to the database. |
| DELETE |
Delete the Specified User from the Database /users/{id} |
This endpoint will delete the specified user from the database. |
| PATCH |
Update A Specified User's Information /users/{id} |
This endpoint will update the information of the specified user to the database. |
Node Express API Tutorial pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | Free | — |
|