Sample code for Mike Amundsen's Jan 2016 talk "RESTful Web Clients"
http://www.meetup.com/DFW-API-Professionals/events/227829495/
Contains a single (trivial) service serving mulitple representations (7 representors here).
Includes seven (7) representors and associated clients apps supporting the following:
application/json
: JSON-Objects styleapplication/json;profile=urls
: JSON-Objects + linksapplication/json;profile=forms
: JSON-Objects + links & formsapplication/vnd.hal+json
: HAL - Hyperlinking Convention http://stateless.co/hal_specification.htmlapplication/vnd.collection+json
: Collection+JSON - CRUD+Templates http://g.mamund.com/cjapplication/vnd.siren+json
: Siren - Hypermedia Entities https://github.com/kevinswiber/sirenapplication/vnd.wstl+json
: WeSTL - Web Service Transition Language http://g.mamund.com/wstl