Roads-API is a low effort framework for creating strict REST APIs with JSON Schema.
npm install roads-apiRoads-API is a framework for easily building REST APIs.
1. Roads-API makes it incredibly easy to build a REST API without having to learn all the details about REST APIs.
2. Roads-API focuses on being standards compliant, and cleanly, automatically supporting as many standards as possible, so your clients can use the features they need
3. Roads-API focuses foremost on providing an easy onboarding experience for new API builders. The pattern we have employed gives you clear, well defined locations for all of your business logic, and we handle the rest.
The term REST has taken on many different meanings, so let's break down what it means for this framework.
1. We follow the constraints specified in Fielding's dissertation
2. We attempt to support as many web RFCs as possible (specifically those that apply to APIs)
3. If we can not by default support an RFC, we will attempt to provide is as an optional add on
- Getting Started
- Resource
- Router
- Representation
- JSON Representation
- HTTP Errors
- Constants
1. Create your Resource
2. Create your Representation
3. Attach your Representation to your Resource
4. Define your Resource Actions
5. Attach your Resource to the Router
Name | RFC | How to use
---------|----------|------------
| |