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.
ionoscloud
✓ github.com/ionos-cloud/sdk-go/v6
Creates a new IONOS Cloud API client.
package main
import (
"context"
"fmt"
ionoscloud "github.com/ionos-cloud/sdk-go/v6"
)
func main() {
client := ionoscloud.NewAPIClient(ionoscloud.NewConfiguration("username", "password", "token", "host"))
fmt.Println(client)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
6.3.7latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.