Richardson Maturity Model (for REST) ↗ Reading List
·20 words·1 min
A follow-up to the question whether we do REST wrong that provides examples of what constitutes a fully RESTful service.
A follow-up to the question whether we do REST wrong that provides examples of what constitutes a fully RESTful service.
And here I thought I knew full well what RESTful APIs had to look like. The constraint in my head was that individual resources (e.g. items in a database) should have their own URL and you used the HTTP verbs (GET, POST, DELETE, etc.) correctly.
What was missing from that is the Hypermedia aspect, where each response defines the appropriate URLs for the possible next steps.
More...