1.1.5 • Published 2 years ago

econt-js v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Econt-js

A Econt API client for JavaScript. Supports TypeScript.

Configuration

Environmental variableDescription
API_ECONT_TEST_MODEWhether the client should make calls to test endpoint (default: false)
API_ECONT_TEST_URLEcont test url (default: http://demo.econt.com/services/)
API_ECONT_PRODUCTION_URLEcont production url (default: http://ee.econt.com/services/ )
API_ECONT_USERNAMEThe authentication username (Required only when test mode is false)
API_ECONT_PASSWORDThe authentication password (Required only when test mode is false)

Progress