balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

Support for including linked resources in a request #659

Open MDrollette opened 9 years ago

MDrollette commented 9 years ago

Per the spec http://jsonapi.org/format/#fetching-includes

For example, the dispute resource doesn't have much useful info, so I'm constantly fetching the related transactions. It would be much simpler to get all the linked transactions in a single request.

GET https://api.balancedpayments.com/disputes?include=transaction
mjallday commented 9 years ago

:+1: