0.0.20 • Published 10 months ago
@thg-altitude/sdk v0.0.20
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.20
10 months ago
0.0.19
1 year ago
0.0.18
2 years ago
0.0.10
2 years ago
0.0.11
2 years ago
0.0.12
2 years ago
0.0.13
2 years ago
0.0.14
2 years ago
0.0.15
2 years ago
0.0.16
2 years ago
0.0.17
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago