Hacker News new | ask | show | jobs
by ec109685 3478 days ago
Can you provide standardized examples of REST's uniforms toy and discoverability?
1 comments

Its worth nothing that Roy Fielding, the guy who coined the term REST, doesn't consider an API RESTful unless it implements HATEOAS. At least, that's what he said in some talk I watched sometime ago.
He doesn't consider an API restful unless it is a hypermedia api, of which HATEOAS is an excellent example of.