Hypertext Application Language: Difference between revisions

Content deleted Content added
Greg Ward (talk | contribs)
m wording, grammar
m rm whitespace
Line 7:
== Convention ==
HAL is structured in such a way as to represent elements based on two concepts: Resources and Links. Resources consist of [[URI]] links, embedded resources, your standard data (be it JSON or XML), and non URI links. Links have a target URI, as well as the name of the link (referred to as 'rel'), as well as optional properties designed to be mindful of deprecation and content negotiation.<ref name="stateless"/>
 
 
==Example==