mikekelly / hal_specification

HAL Specification
http://stateless.co/hal_specification.html
618 stars 58 forks source link

Properties of Link entity #35

Open Mo0812 opened 5 years ago

Mo0812 commented 5 years ago

Hey there, I currently work on implementing the HAL specification along side with an API I build for a customer. Digging through the documentation and specification I found the description of the Link enity as following:

Links
Links have:

A target (a URI)
A relation aka. 'rel' (the name of the link)
A few other optional properties to help with deprecation, content negotiation, etc.

What other optional properties are ment here? Could it be any type of additional property or are they defined somewhere else?

Best Regards!