https://github.com/makeomatic/restify-formatter-jsonapi
jsonapi compilant restify formatter
https://github.com/makeomatic/restify-formatter-jsonapi
Last synced: about 2 months ago
JSON representation
jsonapi compilant restify formatter
- Host: GitHub
- URL: https://github.com/makeomatic/restify-formatter-jsonapi
- Owner: makeomatic
- License: mit
- Created: 2015-11-13T17:38:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T13:05:03.000Z (about 4 years ago)
- Last Synced: 2025-09-21T19:13:36.126Z (5 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Restify jsonapi compliant formatter
Adds `application/vnd.api+json` formatter
Make sure to add this into accepts middleware
Read the spec here: http://jsonapi.org/format
## Roadmap
1. Add handling of links section
2. Add handling of extra meta information
3. Add handling of included section
4. Add handling of jsonapi section