Skip to content

Autogenerated humanitec typescript client

License

Notifications You must be signed in to change notification settings

humanitec/humanitec-ts-autogen

Repository files navigation

humanitec-ts-autogen


🚧 This client is experimental and currently not recommended for production usage. 🚧


Autogenerated humanitec typescript client

Usage

npm i @humanitec/autogen
import { apiConfig, PublicApi } from '@humanitec/autogen'

const client = new PublicApi(apiConfig({
  token: process.env.HUM_TOKEN
}))

await client.currentUserGet()