0.3.33 • Published 7 days ago

@mercoa/javascript v0.3.33

Weekly downloads
-
License
-
Repository
github
Last release
7 days ago

Mercoa JavaScript Library

npm shield fern shield

The Mercoa Node.js library provides convenient access to the Mercoa API from JavaScript/TypeScript.

Documentation

API reference documentation is available here.

Installation

npm install --save @mercoa/javascript
# or
yarn add @mercoa/javascript

Usage

import { MercoaApi, MercoaApiClient } from "@mercoa/javascript"

const mercoa = new MercoaApiClient({
  token: 'YOUR_API_KEY',
});

const entity = await mercoa.entity.get('YOUR_ENTITY_ID');

Beta status

This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning the package version to a specific version in your package.json file. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.

Contributing

While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!

On the other hand, contributions to the README are always very welcome!

0.3.33

7 days ago

0.3.31

16 days ago

0.3.30

16 days ago

0.3.32

15 days ago

0.3.29

20 days ago

0.3.28

26 days ago

0.3.27

1 month ago

0.3.26

2 months ago

0.3.25

2 months ago

0.3.24

2 months ago

0.3.23

2 months ago

0.3.22

2 months ago

0.3.20

3 months ago

0.3.21

3 months ago

0.3.19

3 months ago

0.3.17

3 months ago

0.3.16

3 months ago

0.3.15

3 months ago

0.3.14

4 months ago

0.3.13

4 months ago

0.3.12

4 months ago

0.3.11

4 months ago

0.3.10

4 months ago

0.3.8

5 months ago

0.3.7

5 months ago

0.3.6

5 months ago

0.2.15

8 months ago

0.2.14

8 months ago

0.2.13

8 months ago

0.2.12

8 months ago

0.2.11

9 months ago

0.2.10

9 months ago

0.3.0

7 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.2.7

9 months ago

0.3.5

6 months ago

0.2.6

10 months ago

0.2.9

9 months ago

0.2.8

9 months ago

0.3.2

7 months ago

0.2.3

10 months ago

0.3.1

7 months ago

0.2.2

10 months ago

0.3.4

6 months ago

0.2.5

10 months ago

0.3.3

7 months ago

0.2.4

10 months ago

0.0.10

12 months ago

0.0.11

12 months ago

0.1.0

11 months ago

0.1.1

11 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago