uri

package
v2.17.2 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 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 + "/clouds"
	// DELETE - delete linked cloud
	LinkedCloud string = LinkedClouds + "/{CloudId}"
	// GET - add linked account - params: cloud_id
	LinkedAccounts string = LinkedCloud + "/accounts"
	// DELETE - delete linked account
	LinkedAccount string = LinkedAccounts + "/{AccountId}"
	// POST - new events from target cloud subscriptions
	Events string = Version + "/events"

	// GET
	OAuthCallback string = Version + "/oauthCallback"
)

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