jsmestad / jsonapi-consumer

Client framework for consuming JSONAPI services in Ruby
https://github.com/jsmestad/jsonapi-consumer
Apache License 2.0
94 stars 18 forks source link

Add 'type' parameter to serializable_hash #12

Closed danelowe closed 9 years ago

danelowe commented 9 years ago

The resource object must now contain a 'type' member

http://jsonapi.org/format/#crud-creating

I figured splitting the pull requests would be a good idea. Then I discovered reality.

jsmestad commented 9 years ago

See PR #11