Relations
Keepeek API defines non standard link relation types. This page describe the semantic for each of them.
Link relation description url can be infered from the curie definition provided in the resource representation.
GET http://baobab.keepeek.com/api HTTP/1.1
...
HTTP/1.1 200 OK
...
"_links": {
"self": {"href": "http://baobab.keepeek.com/api"},
"curies": [ {
"name": "kpk",
"href": "http://baobab.keepeek.com/api/doc/rels/{rel}",
"templated": true
}],
"kpk:dam": {"href": "http://baobab.keepeek.com/api/dam"},
...
Expanded uri for kpk:dam
curie is http://baobab.keepeek.com/api/doc/rels/dam
Standard relation types are registered at IANA