uri

package
v0.0.0-...-cc2a774 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	API     string = "/api"
	Version string = API + "/v1"

	// GET - retrieve all linked clouds
	// POST - add linked cloud
	LinkedClouds string = Version + "/linkedclouds"

	// DELETE - delete linked cloud
	LinkedCloud string = LinkedClouds + "/{{ .LinkedCloudId }}"

	// GET - add linked account - params: target_url, target_linked_cloud_id
	LinkedAccounts string = Version + "/linkedaccounts"
	// GET - retrieve all linked accounts
	RetrieveLinkedAccounts string = Version + "/linkedaccounts/retrieve"

	// DELETE - delete linked account
	LinkedAccount string = LinkedAccounts + "/{{ .LinkedAccountId }}"

	// POST - new events from target cloud subscriptions
	NotifyLinkedAccount string = Version + "/linkedaccountsevents"
)

Resource Service URIs.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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