@jetify/client
TypeScript icon, indicating that this package has built-in type declarations

0.9.0-dev • Public • Published

Jetify API TypeScript Client

Warning: this client is currently in development and subject to change.

Usage

# create a new jetify API token
> devbox auth tokens new
import { ApiClient } from '@jetify/client';

const client = new ApiClient({
  baseUrl: process.env.JETIFY_API_BASE_URL,
  token: process.env.JETIFY_API_TOKEN,
});

const response = await client.sandboxService.createSandbox({
  external_billing_tag: 'my-billing-tag',
  repo: '',
  subdir: '',
  ref: '',
});

console.log(response);

Readme

Keywords

Package Sidebar

Install

npm i @jetify/client

Weekly Downloads

167

Version

0.9.0-dev

License

Apache-2.0

Unpacked Size

170 kB

Total Files

43

Last publish

Collaborators

  • lucille.hua
  • mike-jetify
  • jetify.com