Hacker News new | ask | show | jobs
by whstl 283 days ago
> As far as I can tell, he's not even describing an "API" as we'd normally use the term today. For all practical purposes, it's pretty much just "using an HTTP server and hyperlinks to let (human) users discover and interact with resources".

Bingo.

Like Monads, it mostly later interpretations missing the mark.

1 comments

How does this relate to monads? They have a proper definition of the signatures required and the laws they must obey.
I said “Later interpretations of Monads”, I did not say “monads”.

Fielding’s dissertation is fine in itself. The web itself, AtomPub, OData, among others, all follow REST and HATEOAS.

Same for Monads: the laws are fine and the implementation in Haskell is fine, but meme tutorials and later implementations miss the mark.