This commit is contained in:
carson 2021-10-16 15:55:33 -06:00
parent 7c5284590f
commit e2c1ce0a07

View File

@ -105,7 +105,7 @@ API.
This shows the core difference between the two approaches: in the RESTful, HATEOAS HTML representation, all operations are encoded
directly in the response. In the JSON API example, out-of-band information is necessary for processing and working with
the knowledge.
the remote resource.
## Origins