Tagged Questions

5
votes
3answers
605 views

Creating hypermedia links in a custom media-type

I am currently creating a set of custom media types for a RESTful api (e.g. application/vnd.mycompany.foo+xml) and I'm trying to identify the pros and cons of two different ways of exposing hypermedia ...
2
votes
1answer
70 views

Versioning a Java based REST web service?

There seems to be an on-going philosophical debate about exactly how to version a REST web service. For me though, the number one issue is practical question regarding how easy/hard is it to ...