UNPKG

tipi-services

Version:

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

6 lines (4 loc) 145 B
const Endpoint = require('../../../helpers/Endpoint') module.exports = (baseUrl) => ({ getAll: Endpoint.base(baseUrl).get('/spaces'), })