Daniel Warner
Daniel Warner
Are people still using devour or have you all moved onto another jsonapi library? @Emerson any update on a decision moving forward for serializing meta data using devour? I'd like...
Thanks @Emerson I need to implement [pagination](http://jsonapi.org/examples/#pagination) as defined in the spec: ``` HTTP/1.1 200 OK Content-Type: application/vnd.api+json { "meta": { "total-pages": 13 }, "data": [ { "type": "articles", "id":...
I've completed the updates to support top-level document errors, meta, and links on my fork of the repo, but I won't submit a PR since it required breaking changes to...
Thanks @Emerson I went ahead and submitted a quick [PR](https://github.com/twg/devour/pull/91) for you. I look forward to your feedback.