Hi Kevin,
I need your help in Siren Hypermedia. I am .net developer and currenlty i have got task for upgrading our wcf services to Rest service, and we are planning to use Siren Hypermedia Rest Api for this. From last 7-8 days i am searching on google for any sample which will help in creating this.
I have created one Web api with one hardcoded object Product which is giving Response in application\json content-type. but i want this to be in siren Content type i.e application\vnd.siren+json then what i have to do.
Do i have to add any handler for siren Response type?
I have tried by changing Mediatype to siren from code, it is giving response but not able to distinguish between json and siren response.
Is any book or url which will guide on this.
Please guide on this.