zooniverse / json-api-client

Apache License 2.0
10 stars 5 forks source link

Remove 'linked' key from reserved keys #12

Closed aweiksnar closed 9 years ago

aweiksnar commented 9 years ago
brian-c commented 9 years ago

linked is where included resources are listed in the old version of JSONAPI we're using. Why do you need to get rid of it?

aweiksnar commented 9 years ago

I didn't realize they are part of an older version. I was using it for the case you mentioned, but was unable to access the links.

Which version of JSON-API is this client developed against?

brian-c commented 9 years ago

Not sure there's a specific version associated with it unfortunately. Looks like the version of RestPack we're using was release in November 2014. Here's the nearest archive of the spec I can find: https://web.archive.org/web/20141026082926/http://jsonapi.org/format/

aweiksnar commented 9 years ago

:ok: Thanks