UNPKG

@kweli/cs-rest

Version:

Simple authentication and REST calls for OpenText Content Server.

6 lines (5 loc) 180 B
import ServiceAbstract from "./service-abstract"; declare class Auth extends ServiceAbstract { auth(): Promise<import("axios").AxiosResponse<any, any>>; } export default Auth;