Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.JSONApi.Link
Description
Module representing a JSON-API link object.
Specification: http://jsonapi.org/format/#document-links
Documentation
Type representing a JSON-API link object.
Links are an abstraction around an underlying Map consisting of relevance identifiers as keys and URIs as values.
Example JSON:
"links": {
"self": "http://example.com/posts/1"
}
Specification: http://jsonapi.org/format/#document-links