miLibris / flask-rest-jsonapi

Flask extension to build REST APIs around JSONAPI 1.0 specification.
http://flask-rest-jsonapi.readthedocs.io
MIT License
597 stars 153 forks source link

Update logical data abstraction docs to show use of id_field attribute #94

Closed therealryanbonham closed 6 years ago

therealryanbonham commented 6 years ago

For Relationship() we need to set the id_field if the field is not named "id".

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 94.341% when pulling ef241fba26b562d7eb9e91a79cb350efa9a1d6d3 on therealryanbonham:id_field into 5efcbc4baba65fda48817ea2fd24c4cd5ec5b294 on miLibris:master.

akira-dev commented 6 years ago

thx