0.0.34 • Published 11 months ago

@fern-api/belvo v0.0.34

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

Belvo Node Library

npm shield fern shield

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

Documentation

API reference documentation is available here.

Installation

npm install @fern-api/belvo
# or
yarn add @fern-api/belvo

Usage

Try it out

import { BelvoClient, Belvo } from '@fern-api/belvo';

const belvo = new BelvoClient({
    secretId: "YOUR_SECRET_ID",
    secretPassword: "YOUR_SECRET_PASSWORD",
});

const link = await belvo.links.registerLink({
    institution: "banamex_mx_retail",
    username: "username",
    password: "password",
    accessMode: Belvo.EnumLinkAccessModeRequest.Single,
    credentialsStorage: "30d",
});

Sample app

To play around with the SDK in a full project, check out the sample app.

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.0.34

11 months ago

0.0.33

12 months ago

0.0.32

12 months ago

0.0.31

12 months ago

0.0.30

12 months ago

0.0.29

12 months ago

0.0.28

12 months ago

0.0.27

12 months ago

0.0.25

12 months ago

0.0.24

12 months ago

0.0.23

12 months ago

0.0.22

12 months ago

0.0.21

12 months ago

0.0.20

12 months ago

0.0.19

12 months ago

0.0.17

12 months ago

0.0.18

12 months ago

0.0.16

12 months ago

0.0.15

12 months ago

0.0.14

12 months ago

0.0.13

12 months ago

0.0.10

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago