1.2.1 • Published 24 days ago

fedapay v1.2.1

Weekly downloads
4
License
ISC
Repository
-
Last release
24 days ago

Fedapay NodeJS Library Build Status

The Fedapay Node library provides convenient access to the Fedapay API from applications written in server-side JavaScript.

Documentation

See the Node API docs.

Installation

Install the package with:

npm install fedapay --save

Usage

The package needs to be configured with your account's secret key which is available in your Fedapay Dashboard. Require it with the key's value:

import { Customer } from 'fedapay';

let customers = await Customer.all();
1.2.1

24 days ago

1.2.0

29 days ago

1.1.10

2 years ago

1.1.9

3 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago