api
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
api [2019/03/21 11:02] – skipidar | api [2023/12/01 21:27] (current) – skipidar | ||
---|---|---|---|
Line 7: | Line 7: | ||
+ | ==== Communication options ===== | ||
+ | |||
+ | {{https:// | ||
==== IDEA ==== | ==== IDEA ==== | ||
Line 18: | Line 21: | ||
+ | |||
+ | |||
+ | ==== Standard ==== | ||
+ | |||
+ | === HAL - Hypermedia api langauge === | ||
+ | |||
+ | HAL really is just a document format for a hypermedia API, like HTML is for hypertext. It doesn’t tell you how to express your domain model, and doesn’t really tell you how to use HAL to submit changes. | ||
+ | |||
+ | |||
+ | === JSON: | ||
+ | Whereas JSON API is almost like an “ORM over HTTP”, HAL does a lot less for you though, so it’s not really an apples-to-apples type of comparison. | ||
+ | |||
+ | HAL really is just a document format for a hypermedia API, like HTML is for hypertext. It doesn’t tell you how to express your domain model, and doesn’t really tell you how to use HAL to submit changes. | ||
api.1553166140.txt.gz · Last modified: (external edit)