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

1.0.0 • Public • Published

Ninja RMM API

Contents

Description

Simple JavaScript package for fetching data from the Multitrader API

Usage

Install the multitrader-api pckage with NPM:

npm install multitrader-api

You can then use the API by importing the package, creating a client and calling a function:

import { MultitraderAPI } from "multitrader-api"

const api = new MultitraderAPI({
  subdomain: "your-subdomain"
})

api.workflow.listDefinitions().then(definitions => {
  console.log(definitions)
})

Documentation

You can find further documentation about API routes on the official documentation, which you can find at https://subdomain.multitrader.com/rest/swagger-ui.html

Requirements

This package has no requirements and can be run on any Node.js server or JavaScript client

License

The multitrader-api script is released under the MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i multitrader-api

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

59 kB

Total Files

10

Last publish

Collaborators

  • niels_krijnen