#296 [docs][api 2] correct spelling of HATEOAS
Merged 5 years ago by clime. Opened 5 years ago by ktdreyer.
copr/ ktdreyer/copr docs-hateoas  into  master

@@ -26,12 +26,12 @@ 

     Resources/mock_chroot

  

  

- HETEOAS

+ HATEOAS

  -------

  

  

- This API implements HETEOAS_ in the very simple form: each entity is accompanied with a set of relative links

- to other related entities. HETEOAS makes API self discoverable, so you don't need to learn how to access sub-resources.

+ This API implements HATEOAS_ in the very simple form: each entity is accompanied with a set of relative links

+ to other related entities. HATEOAS makes API self discoverable, so you don't need to learn how to access sub-resources.

  Here is a short example with the content of API root:

  

  **GET /api_2**
@@ -60,7 +60,7 @@ 

  Response structure

  ------------------

  

- Each entity is enveloped into a json dict and accompanied with set of HETEOAS references.

+ Each entity is enveloped into a json dict and accompanied with set of HATEOAS references.

  GET requests would return the following structures:

  

  **Collection structure**:
@@ -138,4 +138,4 @@ 

  

  .. _BasicAuth: https://en.wikipedia.org/wiki/Basic_access_authentication

  .. _CoprAPI: https://copr.fedoraproject.org/api

- .. _HETEOAS: https://en.wikipedia.org/wiki/HATEOAS

+ .. _HATEOAS: https://en.wikipedia.org/wiki/HATEOAS

"Hypermedia As The Engine Of Application State (HATEOAS)"

Pull-Request has been merged by clime

5 years ago
Metadata