UNPKG

tipi-services

Version:

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

7 lines (5 loc) 205 B
const Endpoint = require('../../../helpers/Endpoint') module.exports = (baseUrl) => ({ createOrUpdate: Endpoint.base(baseUrl).patch('/reports'), list: Endpoint.base(baseUrl).get('/reports'), })