top | item 24429335

(no title)

rumanator | 5 years ago

> These concepts were developed for the web. Not APIs on the web, but HTTP itself.

This assertion is just plain wrong. REST is an architectural principle focused on providing APIs for web services, and Roy Fielding was quite vocal in making it extremely clear that there is nothing in REST that is HTTP-specific, let alone makes it tied to HTTP. REST is an architectural style that relied on the concept of resources, which should be linkable. That's it.

discuss

order

afiori|5 years ago

there is nothing http (or HTML) specific in REST, but REST itself is specific to the domain problem where http and HTML are used

rumanator|5 years ago

What domain problem is that? Communicating through a network?