UNPKG

@phasesdk/api-client-for-economic

Version:

e-conomic REST API Library for Node.js is a powerful tool designed to simplify integration with the e-conomic platform for developers building Node.js applications. With this library, developers can effortlessly leverage the full functionality of the e-co

10 lines (7 loc) 185 B
import HttpClient from "./HttpClient"; class RestHttpClient extends HttpClient { getUrl(): string { return "https://restapi.e-conomic.com"; } } export default RestHttpClient;