UNPKG

tipi-services

Version:

Node.js library to access wrapping REST API of tipi backend services

7 lines (5 loc) 266 B
const Endpoint = require('../../../helpers/Endpoint') module.exports = (baseUrl) => ({ invoicingOverall: Endpoint.base(baseUrl).get('/reports/invoicingOverall'), activeSubscriptionOwners: Endpoint.base(baseUrl).get('/reports/activeSubscriptionOwners') })