-
## This issue is a (choose one):
- [ ] Problem/bug report.
- [ ] Feature request.
- [#] Request for support. **Note: Please try to avoid submitting issues for support requests. Use [Gitter](https…
ohimy updated
6 months ago
-
If we have
```
class House
belongs_to :owner, class_name: 'User'
end
```
then right now we have to specify `record_type` and `serializer` in its serializer:
```
class HouseSerializer
…
-
Create a template file for the initialzer `JSONAPI.configure`
Running
``` shell
$> rails generator jsonapi:initializer
Running via Spring preloader in process 102107
create config/initialize…
-
Currently, the `Builder` throws a generic `Error` from the `AxiosError` message when performing HTTP requests.
https://github.com/DavidDuwaer/Coloquent/blob/62e4823b9bb70e5244f59244a93c049872280c73…
-
Sorry guys, I'm not maintaining this library anymore. The project that used this was shelved and I'm too busy with other work, so I cannot afford to spend time on this anymore. Feel free to fork this …
-
[nb: workaround is simply ```gem 'jsonapi-resources-matchers', :require => false```]
Using RubyMine, with Spring, and Bundler.require in application.rb
```
There was an error while trying to load…
-
I work on an app where one of our API clients would like to customize an error message shown to the user. The server is using jsonapi-rails (version 0.3.1), with the default error serializer, `Seriali…
-
I would suggest that we would adapt to http://jsonapi.org/ spec when it comes to JSON responses. It has reached maturity of 1.0 and gains a lot of traction.
Full documentation of the JSON API specif…
-
The serializer is responsible for serializing a jsonapi String into a usable Java Object which represents either the Resource object (which should be a generic Type) or an Error object.
For example…
-
### Used libraries
core, jsonapi, jsonapi-angular, utils
### Library version(s)
"@datx/core": "^3.0.0", "@datx/jsonapi": "^3.0.0", "@datx/jsonapi-angular": "^3.0.0", "@datx/j…