Registry / http-client / transip-gotransip-v6

transip-gotransip-v6

JSON →
library6.27.1gogounverified

Package gotransip implements a complete client for the TransIP REST API, allowing management of domains, DNS, and other TransIP products.

go get github.com/transip/gotransip/v6
INSTALL
IMPORT
SIG · TRANSIP-GOTRANSIP-
T
transip-gotransip-v6
http-clientgov6.27.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.

gotransip
github.com/transip/gotransip/v6

Creates a TransIP API client using the demo configuration.

package main import ( "fmt" "github.com/transip/gotransip/v6" ) func main() { client, _ := gotransip.NewClient(gotransip.DemoClientConfiguration{}) fmt.Println("Client created") }
Debug
Known issues
breakingVersion 6.0+ is incompatible with the older SOAP API; migration from v5 requires code changes.
fix
Refer to the migration guide when upgrading from v5 to v6.
affects: >=6.0.0
Upgrade
Version history
6.27.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Resources
transip-gotransip-v6 — go get transip-gotransip-v6 · libregistry