Y
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
debaserab2
3478 days ago
https://spring.io/understanding/HATEOAS
link
dkersten
3478 days ago
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.
link
SEJeff
3478 days ago
He doesn't consider an API restful unless it is a hypermedia api, of which HATEOAS is an excellent example of.
link