@cyrusbio/chargify
TypeScript icon, indicating that this package has built-in type declarations

0.14.1 • Public • Published

chargify — client library for the Chargify API

Tests

With mocks:

npm test

Without mocks:

TEST_CHARGIFY_SKIP_MOCKS=true \
TEST_CHARGIFY_API_KEY=<api-key> \
TEST_CHARGIFY_SUBDOMAIN=<subdomain> \
TEST_CHARGIFY_PRODUCT_FAMILY_ID=<product-family-id> \
TEST_CHARGIFY_COMPONENT_1_ID=<component-id> \
TEST_CHARGIFY_COMPONENT_1_HANDLE=<component-handle> \
TEST_CHARGIFY_USAGE_1_COMPONENT_ID=<component-id> \
TEST_CHARGIFY_USAGE_1_SUBSCRIPTION_ID=<subscription-id> \
TEST_CHARGIFY_PRICE_POINTS_1_COMPONENT_ID=<component-id> \
npm test

Notes

url

The npm module url is used in place of the NodeJS built-in url module. NodeJS has deprecated url.format and plans to remove it after the 13.0.0 release.

Readme

Keywords

Package Sidebar

Install

npm i @cyrusbio/chargify

Weekly Downloads

1

Version

0.14.1

License

none

Unpacked Size

40.3 kB

Total Files

36

Last publish

Collaborators

  • cyrus-levinthal
  • gomoto