0.0.19 • Published 3 months ago

@thg-altitude/sdk v0.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Altitude SDK

An SDK for the Altitude platform.

Setup In Your Project

Simply run

npm i @thg-altitude/sdk
or
yarn add @thg-altitude/sdk

Using this in your project

You will need to initialise an instance of Altitude inside your project, using a client Id and secret obtained from the altitude platform site.

import { Altitude } from '@thg-altitude/sdk';


const altitude = new Altitude({
    clientId: client_id,
    clientSecret: secret_key,
  });

You can then perform such commands as

altitude.getAllSites(), altitude.deploy({branch: string}, siteId) etc

to deploy your sites.

Documentation

You can find a full list of possible methods and documentation for this package at https://thg-headless.github.io/sdk.

0.0.19

3 months ago

0.0.18

4 months ago

0.0.10

11 months ago

0.0.11

10 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.14

9 months ago

0.0.15

9 months ago

0.0.16

6 months ago

0.0.17

6 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

12 months ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago