0.0.20 • Published 2 years 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/sdkUsing 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) etcto 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
2 years ago
0.0.19
2 years ago
0.0.18
2 years ago
0.0.10
3 years ago
0.0.11
3 years ago
0.0.12
3 years ago
0.0.13
3 years ago
0.0.14
3 years ago
0.0.15
3 years ago
0.0.16
2 years ago
0.0.17
2 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago