JsonApiClient / json_api_client

Build client libraries compliant with specification defined by jsonapi.org
MIT License
362 stars 186 forks source link

Fixes #390: serialization issue for relationships #398

Open thebluber opened 2 years ago

thebluber commented 2 years ago

According to the jsonapi specification https://jsonapi.org/format/#document-resource-object-attributes attributes MUST NOT contain a relationship member.

There's a serialization issue introduced with Pull request #386 as described in issue #390.