mavenlink-api
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

mavenlink-api-client

A TypeScript/JavaScript Node.js API Client for Mavenlink's API

Usage

First, install the package using npm:

npm install mavenlink-api --save

Then, require the package and use it like so:

import { MavenlinkClient } from 'mavenlink-api';

var client = new MavenlinkClient({
    appId: string;
    secretToken: string;
    callbackUrl: string;
    adminAuthToken: string;
    apiRoot?: string;
});

License

MIT

Dependents (0)

Package Sidebar

Install

npm i mavenlink-api

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • eddiehinkle