UNPKG

@kweli/cs-rest

Version:

Simple authentication and REST calls for OpenText Content Server.

8 lines (6 loc) 149 B
// const FormDataFactory = require('./form-data-factory') module.exports = session => ({ auth () { return session.get('/api/v1/auth/') } })