Documentation ¶
Overview ¶
Package apis implements all the API endpoints.
This package contains the listing of all the taskcluster services and endpoints that are ade available by the "api" command. It also implements the api subcommand tree, allowing users to call api endpoints directly through the application.
The stored definition of the services and endpoints can be updated by running `make generate-apis` in the root of the respository.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command is the root of the api commands. Command = &cobra.Command{ Use: "api", Short: "Direct access to TaskCluster APIs.", } )
Functions ¶
func GenerateServices ¶
GenerateServices returns a generated go file containing the definition of all taskcluster services and endpoints listed in the given manifest.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.