Closed
Description
Im having trouble with curies and what appears to be a difference in behavior in hyperclient vs hal-browser. Hyperclient is templating urls when not expected.
My server returns:
"curies": [
{
"name": "osdi",
"href": "http://opensupporter.github.io/osdi-docs/{rel}",
"templated": true
}
],
"osdi:tags": {
"href": "http://demo.osdi.io/api/v1/tags",
"title": "The collection of tags in the system"
},
In the hal browser, the curie is just used for documentation links and it does not reformat the link URL, which is already absolute.
But in hyperclient, it is reformatting the url for the link itself as:
http://opensupporter.github.io/osdi-docs/http://demo.osdi.io/api/v1/tags
How do I reconcile this? Can I disable curie reformatting in hyperclient?
Reference: #64