UNPKG

auth0

Version:
11 lines (9 loc) 244 B
/** * Simple facade for consuming a REST API endpoint. * @external RestClient * @see https://github.com/ngonzalvez/rest-facade */ module.exports = { ManagementClient: require('./management'), AuthenticationClient: require('./auth') };