-
Hi,
I'm using:
```
# where `order` is an instance of Order class
json = ActiveModelSerializers::SerializableResource.new(order).as_json
```
to generate JSON data for JSON API request. The problem is…
-
jsonapi-parser and jsonapi-renderer have new versions, currently 0.1.1 and 0.1.2, respectively, but the latest release of jsonapi, 0.1.1.beta6, depends on 0.1.1.beta3 and 0.1.1.beta1, respectively.
…
-
I'm trying to use the [jsonapi-rails](https://github.com/jsonapi-rb/jsonapi-rails) gem to deserialize the incoming params on an HTTP request, but it's not working as expected.
I tried 2 approaches:…
cilim updated
7 years ago
-
I'm trying to start a new rails project with jsonapi suite on `macOS 10.12.2`.
```
ruby 2.4.0
Rails 5.0.1
```
I've followed the doc instructions by adding `gem 'jsonapi_suite'` to my Gemfile.…
-
Hello,
We run into very common use case of creating relating resource into same request, like `User` and `Profile`.
Currently JSON-API doesn't provide any recommendations, but afaik team is looking …
-
Hi Lee,
Thanks for the great set of libraries, it has greatly simplified writing a jsonapi compatible application.
Frequently I find myself scoping queries through some sort of user state, for examp…
-
I got the current set up on 0.9.0:
```ruby
class Api::V1::UserResource < JSONAPI::Resource
has_many :addresses, class_name: "Address"
attributes :name
end
class Api::V1::AddressResource …
-
#### Expected behavior vs actual behavior
Expected links to be returned
Actual:
> undefined local variable or method `controller' for # Did you mean? console
#### Steps to reproduce
Set ad…
-
the jsonapi format with subclasses has serveral short comings
```
data:
id: e9a12807-4beb-4a31-a48f-14cddf0e51c6
type: inputs
links:
self: http://localhost:3000/api/v1/register/inputs/…
-
since the version 0.2.0 pagination links are not rendered anymore. Is this intended?
zoran updated
7 years ago