UNPKG

tipi-services

Version:

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

6 lines (4 loc) 174 B
const Endpoint = require('../../../helpers/Endpoint') module.exports = (baseUrl) => ({ propertiesOverall: Endpoint.base(baseUrl).get('/reports/propertiesOverall') })