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.