0.9.0-dev • Published 10 months ago

@jetify/client v0.9.0-dev

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 months ago

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);
0.8.0-dev

10 months ago

0.9.0-dev

10 months ago

0.7.0-dev

11 months ago

0.6.0-dev

11 months ago

0.5.0-dev

11 months ago

0.4.0-dev

11 months ago

0.3.0-dev

11 months ago

0.2.0-dev

11 months ago

0.1.0-dev

11 months ago