UNPKG

sp-rest-proxy

Version:

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

16 lines (15 loc) 458 B
import * as express from 'express'; import { IGatewayServerSettings, IProxySettings } from '../core/interfaces'; export declare class Server { private settings; private proxy; private app; private server; private io; private socket; private logger; constructor(settings: IGatewayServerSettings, proxy: IProxySettings, app: express.Application); init: () => void; private getTransmitter; private postTransmitter; }