🚧 This client is experimental and currently not recommended for production usage. 🚧
Autogenerated humanitec golang client
Usage
package cmd
import (
"github.com/humanitec/humanitec-go-autogen"
)
func doSomething() {
client, err := humanitec.NewClient(&humanitec.Config{
Token: os.Getenv("HUM_TOKEN"),
})
}