UNPKG

tipi-services

Version:

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

7 lines (5 loc) 263 B
const Endpoint = require('../../../helpers/Endpoint') module.exports = (baseUrl) => ({ reservationsOverview: Endpoint.base(baseUrl).get('/analytics/reservationsOverview'), checkinsOverview: Endpoint.base(baseUrl).get('/analytics/checkinsOverview'), })