Colton J. Provias
Colton J. Provias
I just branched the 4.x.x branch off so you can submit the fix to there.
You are correct that I am not returning a 400. I'll have to fix this.
I was actually considering making it pluggable. Default to Ember but allow for those other ideas as well.
No filtering at the moment yet. It's on my todo list. With a few of my projects, we're doing all of our filtering client-side temporarily. However, with us getting ready...
Looking at the Ember-style filtering, I found a potential problem. Ember serializes null to an empty-string. Let's assume I want to query for an object where `owner` is null. Ember...
I was thinking about just an overridable function in FlaskJSONAPI for simplicity. Also, our main use case for this library is providing consistency across mobile platforms with Ember-compatibility being second...
_cough_ Still _wheeze_ alive... _thud_ Got a release tomorrow night that is taking priority, but this is still on my todo list!
This is what it's like as I try to get a chance to work on this: https://www.youtube.com/watch?v=GjJCdCXFslY
Two more things: URL Safe Base64 encoding of raw byte data. This way big numbers or binary data such as images can be transferred. Plus it provides compatibility with JSON...
The sorting should be in. I made that list just to keep track of each component as I rewrote it or implemented it. Right now the library should provide inclusions,...