Generating project/dashboard links from the API?

First of all, thanks a bunch for creating sentry. I’ve been using it for a number of years now both on-prem and in the cloud. I am writing a utility that creates a sentry project as part of its process. I want to be able to embed a link to the project dashboard (https://sentry.io/organizations/dave-shawley/issues/?project=1519173 for example) into the output.

Is URL construction the best way to do this? If so, has there been any discussion about adding a “links” collection or Link headers to responses?