0.15.5 • Published 4 years ago

@staticdeploy/sdk v0.15.5

Weekly downloads
75
License
MIT
Repository
github
Last release
4 years ago

@staticdeploy/sdk

Browser and nodejs SDK for the StaticDeploy API.

Install

yarn add @staticdeploy/sdk

Quickstart

import StaticdeployClient from "@staticdeploy/sdk";

const client = new StaticdeployClient({
  apiUrl: process.env.STATICDEPLOY_API_URL,
  apiToken: process.env.STATICDEPLOY_API_TOKEN
});

/* In some async function... */

const apps = await client.apps.getAll();
console.log(apps);

const createdApp = await client.apps.create({ name: "my-app" });
console.log(createdApp);
0.15.5

4 years ago

0.15.4

5 years ago

0.15.3

5 years ago

0.15.1

5 years ago

0.15.2

5 years ago

0.15.0

5 years ago

0.14.1

6 years ago

0.14.0

6 years ago

0.13.2

6 years ago

0.13.1

6 years ago

0.13.0

6 years ago

0.12.2

6 years ago

0.12.1

6 years ago

0.12.0

6 years ago

0.11.1

6 years ago

0.11.0

6 years ago

0.10.0

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1-0

7 years ago