Jonah Olsson
Jonah Olsson
I'll take a look and see what can be done, but won't have time until end of next week I'm afraid.
Nice solution @nicolaslopezj! Didn't think of using setAttribute.. Thanks!
Possibly related to or the same as #68 Not sure if this project is alive though.. @etrepat?
@Perni1984 @Suven: A correct output according to the JSON API specs would be the following: ``` { "links": { "self": "/companies", "next": "/companies?page[offset]=2", "last": "/companies?page[offset]=10" }, "data": { "type": "companies",...
@Perni1984 @Art4 Yes, it seems you're both correct! I was a bit quick on my reply. Now I'm looking forward to such an implementation in Fractal too (+ `jsonapi` and...
An old thread, but I have the exact same use-case and using the current instance ($this) for returning the collection isn't working for me. I'm missing `type` and all links...