0.9.8 • Published 9 months ago

matadorai v0.9.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

npm.io

Matador.ai Node.js SDK

Version 0.5.2

Introduction

The Matador Node.js SDK gives you an easy and reliable way to interact with the Matador Public API’s. This documentation provides a description of all the resources available in this NPM package.

Full Documentation

Here is a link to the complete package documentation on Notion. https://matadordev.notion.site/Matador-Node-js-SDK-226bb6a4a7aa4c82b5cc3f74ceb4833c

Getting started

Installation

The installation is as easy as any other package. Use the package manager of your choice.

yarn add matadorai

API Key

This package requires an API key, which is a JWT.

The Matador Client

The package provides a core object which takes care of all the background API communication. The MatadorClient object will be more than enough to perform most operations.

On initialization, these arguments should to the constructor:

  1. apiKey required to perform all operations

💡 More optional configuration params will be available in future releases

Here is an example:

const {MatadorClient} = require("matadorai");

const matador = new MatadorClient(YOUR_API_KEY);
0.9.8

9 months ago

0.9.7

9 months ago

0.9.6

9 months ago

0.9.3

9 months ago

0.9.5

9 months ago

0.9.0

9 months ago

0.8.0

10 months ago

0.9.2

9 months ago

0.9.1

9 months ago

0.6.2

1 year ago

0.7.0

11 months ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

4 years ago