-
I'm having trouble with the following jsonapi document.
```
{
"included": [
{
"type": "org",
"relationships": {
"members": {
"links": {
"relat…
-
I'm trying to unterstand how relationships in the jsonapi library work and defined a relationship in my transformer:
```
public function getRelationships()
{
return [
'roles' …
-
@tiagopog can update the dependency? jsonapi-resources ~> 0.9.12
solves the error in Rails 6.1
```
uninitialized constant ActionController::ForceSSL
```
https://github.com/cerebris/jsonapi-r…
-
I have this issue after upgrading from 0.30.1 to 0.31.0 or 0.31.2
The reads work, but my update is failing.
```
curl -X PATCH -d '{ "data":{ "type": "email", "id": "100","attributes":{"status": "S"…
-
> I think we talked about adding a uri attribute to the JSON object for each module that comes back from the api/field_module/field_module, but I guess it never got implemented.
Hey @jgaehring than…
-
Hi @tobscure
First of all, thanks for your efforts making this library. I was looking at the php libraries implementing jsonapi in order to pick one for one of my projects. There are a few of them …
f3ath updated
7 years ago
-
Hi, is this gem dead, or is still maintained and used?
-
With `JSONAPISource`s, Orbit by default seems to handle taking dasherized fields such as `created-at` and exposing them as camelized fields such as `createdAt`. Is this documented anywhere in the guid…
-
If I request on api URL
http://localhost:3000/jobs/13/relationships/applicants
in postman i get the required data. But I do not the way to get it in my **angular** (front-end) app.
Consider a job & ap…
-
Hello everybody! I would appreciate your feedback on this problem. I would be willing to work on a PR if we can agree on how this would be best handled.
A bit of backstory: I'm working on a high-le…
mspae updated
6 years ago