Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 421 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 421 Bytes

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