moonlight-labs / aor-jsonapi-client

JSON-API compliant restClient for Admin-On-Rest
15 stars 21 forks source link

GET_ONE returns attributes #3

Closed Zhomart closed 7 years ago

Zhomart commented 7 years ago

Currently GET_ONE returns data.attributes, but UPDATE and CREATE returns data. Here https://github.com/moonlight-labs/aor-jsonapi-client/blob/master/src/restClient.js#L124

Is this intentional?