Skip to content

humanitec/humanitec-go-autogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

humanitec-go-autogen


🚧 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"),
	})
}

About

Autogenerated humanitec golang client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published