Files
vps-tracker/server/adapters/billmanager/index.js
T
2026-03-17 23:19:28 +07:00

10 lines
551 B
JavaScript

/**
* BILLmanager 6 API adapter
* @see https://www.ispsystem.com/docs/b6c/developer-section/working-with-api/guide-to-ispsystem-software-api
* @see https://www.ispsystem.com/docs/b6c/developer-section/billmanager-api/virtual-private-servers-vds
* @see https://www.ispsystem.com/docs/b6c/developer-section/billmanager-api/payments-payment
*/
export { testConnection, fetchVds, fetchDashboardInfo, fetchPayments, fetchVdsOrderPricelist, fetchVdsOrderPricelistAllDatacenters } from './operations.js'
export { syncFromBillmanager } from './sync.js'