lancerkit

1.0.1 • Public • Published

Lancerkit SDK

The Lancerkit SDK is a Javascript library that provides an easy-to-use interface for integrating the Lancerkit web application into your own applications.

Installation

You can install the Lancerkit SDK using npm:

npm install lancerkit 

Usage

First, you need to create an instance of the Lancerkit class with your Lancerkit API key (in order to get your key, please signup at https://lancerkit.com ):

import {Lancerkit} from 'lancerkit'; 
const lancerkit = new Lancerkit('YOUR_API_KEY');

Then, you can call the different methods to interact with the application.

For instance:

let {data} = await lancerkit.listDocuments({page: 2, sort: '-date'})

Contributing

If you would like to contribute to the Lancerkit SDK, please submit a pull request on Github.

Package Sidebar

Install

npm i lancerkit

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

3.01 kB

Total Files

4

Last publish

Collaborators

  • aclarembeau