aldesantis / api-on-rails

How to design and implement RESTful APIs that don't suck with Rails.
https://api-on-rails.alessandro.codes/
1 stars 0 forks source link

Content negotiation chapter request #1

Open davemackintosh opened 7 years ago

davemackintosh commented 7 years ago

Any book about REST APIs should have a section on content negotiation including popular formats like

Document formats JSON API HATEOAS

And things like Localisation/multi-lingual APIs Content types (and vendor specific content types and how to register one http://www.iana.org/form/media-types) Accept header content negotiation

aldesantis commented 7 years ago

Thanks! I'll include this in these chapters: