UNPKG

kashti-sdk

Version:

This npm package holds the code to support interactions between Kashti and Brigade

10 lines 440 B
export declare class RestMachineryService { private baseUrl; private authToken; private response; constructor(baseUrl: string, authToken?: string); sendRequest: (type: string, path: string, callback: Function, queryParams?: Map<string, any>, body?: Object, headers?: Object) => void; isNode: () => string; setAuthToken: (authToken: string) => void; } //# sourceMappingURL=rest-machinery-service.d.ts.map