1.0.5 • Published 6 years ago
@layer.io/api v1.0.5
@layer.io/api
the api package for layer.io
Availabililty and Links
Status for master
Usage
This package implements all layer.io functionality in TypeScript. It is meant to be easy to use without limiting functionality or performance of the layer.io platform for you.
import * as lApi from '@layer.io/api'
/*
* .createAccount creates an AccountInstance that exposes all API Layers for you.
* Since it is all TypeScript, feel free to explorer the package in your IDE, preferably VSCode.
*/
const lApiAccount = lapi.createAccount('your secret api key here');
More code examples and explanations can be found at https://docs.layer.io
For further information read the linked docs at the top of this readme.
MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy