1.2.4 • Published 7 months ago
fedapay v1.2.4
Fedapay NodeJS Library 
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.4
7 months ago
1.2.3
12 months ago
1.2.2
1 year ago
1.2.1
1 year ago
1.2.0
1 year ago
1.1.10
4 years ago
1.1.9
4 years ago
1.1.8
5 years ago
1.1.7
5 years ago
1.1.6
5 years ago
1.1.5
5 years ago
1.1.4
5 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago