Skip to content

Moovly/moovly-js-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moovly JS SDK

This package allows you to interact with the Moovly Public API.

Usage

All methods return as Promise.

const Moovly = require('moovly-js-sdk');

const token = 'token';
const projectId = 'projectId';

Moovly.setToken(token);

Moovly.sdk.Projects.get(projectId).then(console.log);
Moovly.sdk.Projects.list().then(console.log);

API Reference

To view the API reference, visit https://developer.moovly.com.

Versioning

Package versioning is equal to our API Hub version.