apis

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2019 License: MPL-2.0 Imports: 22 Imported by: 1

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

func GenerateServices(manifestURL, servicesVar, schemasVar string) ([]byte, error)

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL