UNPKG

sp-rest-proxy

Version:

SharePoint REST API Proxy for Node.js and Express local serve

11 lines (10 loc) 310 B
import { IGatewayClientSettings, IProxySettings } from '../core/interfaces'; export declare class Client { private settings; private proxy; private socket; private logger; constructor(settings: IGatewayClientSettings, proxy: IProxySettings); init: () => void; private enpointUrl; }