interagent / http-api-design

HTTP API design guide extracted from work on the Heroku Platform API
https://geemus.gitbooks.io/http-api-design/content/en/
Other
13.69k stars 1.07k forks source link

Avoid partial records in relationships #92

Closed caseywatts closed 6 years ago

caseywatts commented 6 years ago

This is a convention we've been following at Heroku lately. Making this PR after discussion with @geemus.

geemus commented 6 years ago

Thanks!