jsonapi-suite / jsonapi_compliable

MIT License
20 stars 35 forks source link

Allows for manual scope to be passed #93

Closed jwrobes closed 6 years ago

jwrobes commented 6 years ago
richmolj commented 6 years ago

I think this is completely solid and I'm going to go ahead and merge. That said, I was wondering if you also wanted to take a crack at including by query parameter? The thought being that if you POST a user, but have ?include=account in the request, it will be sideloaded in the response. This way we follow the standard JSONAPI practice of allowing the request to specify what it wants.

This is absolutely a win as-is in any case. Thanks so much! ❤️ 👏

richmolj commented 6 years ago

Released in 0.11.17