Tagged Questions

5
votes
3answers
606 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
71 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 ...
1
vote
4answers
241 views

How to create a hypermedia list with item sensitive links?

I have a representation that contains a list of items. This could easily contain several hundred items. <List> <ListItem>...</ListItem> <ListItem>...</ListItem> ... ...
0
votes
0answers
59 views

Where are good resources for media type design for REST services?

I've just read "REST in Practice" (O'Reilly), and about 50 blog posts relating to REST web service design, and the message that comes through is that the design of Internet media types (and/or re-use ...