1.0.5 • Published 6 years ago

@layer.io/api v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@layer.io/api

the api package for layer.io

Availabililty and Links

Status for master

build status coverage report npm downloads per month Known Vulnerabilities TypeScript node JavaScript Style Guide

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

repo-footer

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago