Skip to content

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()