Registry / cloud / exoscale-egoscale

exoscale-egoscale

JSON →
library1.19.1gogounverified

Package egoscale is a Go client library for the Exoscale cloud API.

go get github.com/exoscale/egoscale
INSTALL
IMPORT
SIG · EXOSCALE-EGOSCALE
E
exoscale-egoscale
cloudgov1.19.1
harness data pending
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.

egoscale
github.com/exoscale/egoscale

Create an Exoscale API client and list zones.

package main import ( "context" "fmt" "github.com/exoscale/egoscale" ) func main() { client := egoscale.NewClient("api-key", "api-secret", egoscale.ClientOptWithEndpoint("https://api.exoscale.com/compute")) resp, err := client.Request(context.Background(), &egoscale.ListZones{}) if err != nil { panic(err) } fmt.Println(resp) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.19.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources