Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 3.45 KB

README.md

File metadata and controls

53 lines (39 loc) · 3.45 KB

Econt-js

A Econt API client for JavaScript. Supports TypeScript.

Configuration

Environmental variable Description
API_ECONT_TEST_MODE Whether the client should make calls to test endpoint (default: false)
API_ECONT_TEST_URL Econt test url (default: http://demo.econt.com/services/)
API_ECONT_PRODUCTION_URL Econt production url (default: http://ee.econt.com/services/ )
API_ECONT_USERNAME The authentication username (Required only when test mode is false)
API_ECONT_PASSWORD The authentication password (Required only when test mode is false)

Progress