Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HAL is an acronym for Hypertext Application Language and is designed to provide "...a set of conventions for expressing hyperlinks in either JSON or XML." HAL is a an IANA registered media type that enables RESTful APIs to return JSON (or XML) content with hypertext (aka hypermedia) that can be consumed by machine agents and easily interpreted by human agents. Because it is a registered media type, developers can specify application/hal+json as the value for the Content-Type response header.

...