|
|
|
|
|
by steveklabnik
4858 days ago
|
|
You're forgetting form-style affordance. For example, if you were using HTML as your media type, the equivalent of the first example would be <form method="get" action="/me">
<input type="text" name="access_token" />
<input type="text" name="fields" />
</form>
> AFAIK you're still going to want some marshaling to/from host language.Actually, you explicitly _don't_ want this. That's what hypermedia APIs are trying to remove. |
|
That's why I think hypermedia makes all sorts of sense for explaining why the www is awesome--it change deal, users will adapt. But IMO it falls flat as some new paradigm for building client/server systems.
> Actually, you explicitly _don't_ want this. That's what hypermedia APIs are trying to remove.
Hm? I am skeptical...any links/explanations?