We must define if we are going to support hypermedia responses. There are few patterns available today, I can mention: * [json:api](http://jsonapi.org) * [HAL - Hypertext Application Language](http://stateless.co/hal_specification.html) * [Siren](https://github.com/kevinswiber/siren) * [Collection+JSON](http://www.amundsen.com/media-types/collection/) There is a really nice discussion about this topic on the siren repository: https://github.com/kevinswiber/siren/issues/15
We must define if we are going to support hypermedia responses.
There are few patterns available today, I can mention:
There is a really nice discussion about this topic on the siren repository: kevinswiber/siren#15