Registry /
utility / taskcluster-taskcluster-lib-urls
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
tcurls
✓ github.com/taskcluster/taskcluster-lib-urls
Generates a Taskcluster API URL
package main
import (
"fmt"
"github.com/taskcluster/taskcluster-lib-urls"
)
func main() {
url := tcurls.API("myRootUrl", "auth", "v1", "authenticate")
fmt.Println(url)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
13.0.1+incompatiblelatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.