-
The current documented play-json version is causing errors with Play 2.5 applications.
> java.lang.NoSuchMethodError: play.api.libs.functional.syntax.package$.functionalCanBuildApplicative(Lplay/api…
-
This is re-opening https://github.com/Netflix/fast_jsonapi/issues/252, because AFAIK fast_jsonapi does not support this in the current version.
In our scenario it is a bit costly to fetch the ids o…
-
Hi team!
I suppose almost everyone use `new` and `serialized_json` at the same time, so I suggest that FastJsonapi::ObjectSerializer should have `render`, which is syntax sugar of `.new(args).seriali…
-
Sadly, the docs are somewhat incomplete.
Can you provide a fully working, complete example.py (like https://github.com/ColtonProvias/flask-jsonapi/blob/master/example.py, or the classical ToDo exampl…
-
## Expected Behavior
When making requests with an invalid filter, I would expect to have an error raised.
This can be set on Ransack with the following configuration:
```ruby
Ransack.configure d…
-
This gem seems to be similar, but with more active development (though active development could also be because it has more bugs, and more bug fixes, hehe 😄).
https://github.com/Netflix/fast_jsonap…
-
This is a meta issue to gather full Specification of JSON API and to check what is supported/implemented by this library. (Will add more things, any contribution is welcome)
Each checkmark can be c…
-
For instance I have a data model where a Survey has many Questions and a question has many Choices. All of the Questions and Choices are included when I query the Survey, but only the first level (Que…
-
### Used libraries
core, jsonapi, jsonapi-angular, utils
### Library version(s)
"@datx/core": "^2.4.12", "@datx/jsonapi": "^2.4.12", "@datx/jsonapi-angular": "^2.4.12", "@datx/util…
-
Or... I don't understand how to use it. There are no specs for it, so it's hard to know which is the case. I'm trying to use it to assert that a certain relationship is present in the JSON. The proble…