Working with a Singleton Resource for JSONAPI in Ember with Ember-Data jsonapi adapter

Following up in the last episode of adventures in JSONAPI where I figured out how to get the awesome Jsonapi Resources gem to ‘make’ a singleton resource api – profile, in this case – the next question was to figure Continue reading Working with a Singleton Resource for JSONAPI in Ember with Ember-Data jsonapi adapter

Create a Singleton Resource for JSONAPI with jsonapi-resources ruby gem

The Jsonapi Resources gem is a resource-focused Rails library for developing JSON API compliant servers. The Jsonapi-Resources makes having your server compliant with JSON API specification much easier but i found the myself wanting to use a signleton resource. (Note: Continue reading Create a Singleton Resource for JSONAPI with jsonapi-resources ruby gem