ProCynic / rest-now

Start it running, dump some HTML/Bootstrap in the public dir, and you've got a webapp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to have GET to collection return array of objects.

ProCynic opened this issue · comments

Right now, a GET request to a collection will return an array of API links to the objects in the collection. The user should be able to pass in an option to have the api return an array of full objects instead of links.