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