@humanitec/autogen
v0.1.1
Published
Autogenerated humanitec typescript client
Keywords
Readme
humanitec-ts-autogen
:construction: This client is experimental and currently not recommended for production usage. :construction:
Autogenerated humanitec typescript client
Usage
npm i @humanitec/autogenimport { apiConfig, PublicApi } from '@humanitec/autogen'
const client = new PublicApi(apiConfig({
token: process.env.HUM_TOKEN
}))
await client.currentUserGet()