Conventions
HTTP Methods
- GET: Retrieve data from the server.
- POST: Send new data to the server.
- PUT: Update existing data on the server.
- DELETE: Remove data from the server.HTTP Status Codes
- 2xx: Success category (e.g., 200 OK, 201 Created).
- 4xx: Client errors category (e.g., 400 Bad Request, 404 Not Found).
- 5xx: Server errors category (e.g., 500 Internal Server Error).Endpoint Naming
URL structure
JSON Conventions
Naming Conventions
Date and Time
Null Values
Error Objects
Last updated