-
So we have an issue with the kitsu.io api where a relationship we need can return one of two different types (in our case, `mediaRelationship.source` can be either an `anime` or a `manga`). I've writt…
-
Couldn't find anything in the code that did this, sorry if I'm misreading stuff.
I think the [specs](http://jsonapi.org/format/#errors) are describing something like:
```
{
errors: [
...
…
-
If I do something like `render json: model`, when I'm using AMS it automatically detects `ModelSerializer` but when I'm switching over to `fast_jsonapi` it doesn't seem to have that same magic. Am I m…
-
According to [JSON:API](https://jsonapi.org/format/#document-resource-object-identification), the `id` field should always be a string, but this isn't the case when fetching relationships through `Sql…
-
Hello,
First, thank you a lot for your amazing library @mattpolzin !
I don't know all the JSON::API v1.1 additions, but the `lid` member seems very interesting:
> The id member is not require…
-
## Description
Loopback provides the necessary syntax for filtering results.
JSON API is agnostic about how filtering is implemented and only specifies that the `filter` key is used. In some ways, s…
-
Hi,
I'm opening this thread as I discovered that this package seems responsible of some huge performance issues I'm facing with my app.
I basically workaround this issue by creating a computed val…
-
e.g., How does marsmallow-jsonapi integrate with:
- flask-marshmallow
- marshmallow-sqlalchemy
-
How to add meta tag to a resource identifier in a relationship as shown in the example below
Example {json:api} data :
{
"data" : {
"type" : "products",
…
-
Looking at the code for handling the include string:
```java
private SerializationSettings buildSerializationSettings(String includeString) {
SerializationSettings.Builder settingsBui…