-
I'm writing a multi-tenant application where absolutely every request has to have a location ID as part of the URL or as a param. How do I make it so that when I POST to a nested resource, like to `/l…
-
Hi Matt,
We are using this library intensively. However, one thing that is very cumbersome somehow, is working with relationships and included object.
We are looking for way to expose the relat…
-
Consider the case where a JsonNode represents the same document as a JSONAPIDocument with the minor difference that the 'included' attribute array have different ordering between the two documents. Fr…
-
This is a really cool project! :+1:
Have you considered following the [JSON API spec](http://jsonapi.org/) for the REST API generation?
It's a popular specification used by projects such as Ember.j…
-
Hey there,
If i have a struct like this
```go
type Blog struct {
Id json.Number `jsonapi:"primary,blogs"` // json.Number has unmarshal() impl in encoding/json
}
```
The value for `id` wil…
-
From the [spec](https://jsonapi.org/format/):
>Every resource object MUST contain an id member and a type member. The values of the id and type members MUST be strings.
But the library allows an…
-
We need to update the API response to align to the jsonapi.org specification. See: jsonapi.org/format/
Example:
```
{
"type": "collectionobject",
"id": "1",
"attributes": {
"title": "Rails…
-
More than half of the python server libraries are out-of-date abandonware, and should be curated more closely so that when newcomers transition into implementation they don't immediately assume "nobod…
ghost updated
2 years ago
-
Hi @paknahad @kocsismate ,
As `jsonapi` **spec** specify it, we **should** be able to filter with multiple values
https://jsonapi.org/recommendations/#filtering
However, `/books?filter[id]=1,2`…
-
All resources in the included section are devoid of their "relationship" section.