1.0.3 • Published 8 years ago
base-api-layer v1.0.3
Base Api Layer
This repository contains a base layer to create a REST API. The general idea is that this layer will provide all basic common used features used in a REST API. Included features and libraries are:
- Restify (https://github.com/restify/node-restify)
- CORS headers (https://github.com/Tabcorp/restify-cors-middleware)
- JSON Web Tokens (https://github.com/auth0/node-jsonwebtoken)
- Pagination