Hi all,
it would be nice if the JSON output had (the option of providing) the URLs of the thing being described, such that if I request information about a thing I can get one URL I can use to go to the web view of that thing.
Right now for a pipeline run I need to assemble the URL from 15 pieces of flair "%s/ng/account/%s/module/ci/orgs/%s/projects/%s/pipelines/%s/executions" and its friends baseURL, accountID, orgID, projectID, and pipeline, and it feels very brittle to me.
Cheers!
Hi all,
it would be nice if the JSON output had (the option of providing) the URLs of the thing being described, such that if I request information about a thing I can get one URL I can use to go to the web view of that thing.
Right now for a pipeline run I need to assemble the URL from
15 pieces of flair"%s/ng/account/%s/module/ci/orgs/%s/projects/%s/pipelines/%s/executions"and its friendsbaseURL,accountID,orgID,projectID, andpipeline, and it feels very brittle to me.Cheers!