paidy-node
TypeScript icon, indicating that this package has built-in type declarations

1.6.0 • Public • Published

License NPM Downloads GitHub Actions Workflow Status

Banner

Paidy Node

Paidy Node is the simple and thin Paidy API wrapper library for Node.js that supports following features.

Installation

Install paidy-node using yarn

yarn add paidy-node

or npm

npm i paidy-node

Usage

import { Configuration, DefaultApi } from 'paidy-node';

const paidy = new DefaultApi(
  new Configuration({
    headers: {
      Authorization: `Bearer ${process.env.PAIDY_SECRET_KEY}`,
      'Paidy-Version': '2018-04-10',
    },
  }),
);

Readme

Keywords

none

Package Sidebar

Install

npm i paidy-node

Weekly Downloads

316

Version

1.6.0

License

MIT

Unpacked Size

332 kB

Total Files

116

Last publish

Collaborators

  • toshi1127