@looker/sdk
Advanced tools
Comparing version 0.1.3-beta.17 to 0.1.3-beta.18
@@ -8,4 +8,4 @@ import { SDKResponse, ITransportSettings, HttpMethod, Authenticator } from './transport'; | ||
request<TSuccess, TError>(method: HttpMethod, path: string, queryParams?: any, body?: any, authenticator?: Authenticator, options?: Partial<ITransportSettings>): Promise<SDKResponse<TSuccess, TError>>; | ||
protected initRequest(method: HttpMethod, body?: any, authenticator?: Authenticator, options?: Partial<ITransportSettings>): Promise<RequestInit>; | ||
private initRequest; | ||
stream<TSuccess>(callback: (readable: Readable) => Promise<TSuccess>, method: HttpMethod, path: string, queryParams?: any, body?: any, authenticator?: Authenticator, options?: Partial<ITransportSettings>): Promise<TSuccess>; | ||
} |
@@ -30,5 +30,5 @@ import { Authenticator, HttpMethod, ITransportSettings, SDKResponse, Values } from './transport'; | ||
timeout(options?: Partial<ITransportSettings>): number; | ||
protected initRequest(method: HttpMethod, path: string, queryParams?: any, body?: any, authenticator?: Authenticator, options?: Partial<ITransportSettings>): Promise<RequestOptions>; | ||
private initRequest; | ||
private ok; | ||
} | ||
export {}; |
{ | ||
"name": "@looker/sdk", | ||
"version": "0.1.3-beta.17", | ||
"version": "0.1.3-beta.18", | ||
"description": "Looker SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
1063255