Currently our resources contain links like:
"Environments": "/api/environments"
Should we instead return the full URL, i.e.:
"Environments": "http://octopus-server/api/environments"
Is it too much to expect all clients to be able to resolve the links themselves? We should be able to handle virtual directories, reverse proxies if we document the headers that the proxy is expected to send.