colemancda / NetworkObjects

Swift backend / server framework (Pure Swift, Supports Linux)
MIT License
259 stars 29 forks source link

Add recursive fetch support #59

Closed colemancda closed 10 years ago

colemancda commented 10 years ago

For both WS and HTTP requests, the fetch requests should include a recursive flag (as a header in HTTP) so that the server will return the JSON representation of relationships instead of their resource ID.

colemancda commented 10 years ago

won't fix.