This project
- Feature 1
- Feature 2
- Contribute by creating issues and/or pull requests
- See
package.jsonfor more project details such as script commands and dependencies
This a RESTful API. It works only with JSON when accepting requests and returning responses. It also uses standard HTTP response codes, authentication, and verbs.
This API uses - to authenticate clients and role-based access control (RBAC) to authorize clients on certain actions.
| Endpoint | Method | Description | Parameters | Example Responses |
|---|---|---|---|---|
| /resources | POST | Create | {""} | |
| /resources | GET | Get all | ||
| /resources/:id | GET | Get by Id | ||
| /resources/:id | PUT | Update by Id | ||
| /resources/:id | DELETE | Delete by Id |
This project is licensed under the MIT License. See LICENSE for the full license text.