graphiti-api / graphiti-rails

MIT License
54 stars 28 forks source link

Ensure JSON:API spec compliance for exceptions #18

Open wagenet opened 5 years ago

wagenet commented 5 years ago

The relevant JSON:API spec is here https://jsonapi.org/format/.

Some key items:

400

403

404

406

409

415

422

Also relevant

wagenet commented 5 years ago

We should probably write specs for these items.