Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beauby/jsonapi-grader
Test suite to ensure libraries' compliance to the jsonapi.org spec.
https://github.com/beauby/jsonapi-grader
Last synced: about 2 months ago
JSON representation
Test suite to ensure libraries' compliance to the jsonapi.org spec.
- Host: GitHub
- URL: https://github.com/beauby/jsonapi-grader
- Owner: beauby
- Created: 2017-08-02T14:36:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T17:08:10.000Z (over 7 years ago)
- Last Synced: 2024-09-30T02:17:48.945Z (3 months ago)
- Language: Ruby
- Size: 14.6 KB
- Stars: 10
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsonapi-grader
Test suite to ensure libraries' compliance to the jsonapi.org spec.
The specs are available in [spec/](https://github.com/beauby/jsonapi-grader/tree/master/spec), and are based on a somewhat direct CRUD
API based on [fantasy-db](https://github.com/endpoints/fantasy-db).For an example compliance application implementation, see
[jsonapi-rails](https://github.com/jsonapi-rb/jsonapi-rails/pull/58/files).## Contributing
Mainly two things are needed at this point: more specs (mainly for
create/update/delete), and docs specifying the compliance app's behavior,
and describing each spec.## Installation
```
$ gem install jsonapi-grader
```## Usage
```
$ jsonapi-grader http://api.example.com
```