UNPKG

@kweli/cs-rest

Version:

Simple authentication and REST calls for OpenText Content Server.

8 lines (7 loc) 201 B
import type Session from "../Session"; declare class ServiceAbstract { protected _session: Session; constructor(session: Session); get session(): Session; } export default ServiceAbstract;