json apis

This commit is contained in:
Bryan MacFarlane
2020-02-01 18:39:08 -05:00
parent ea44b6b1ad
commit 9827426984
3 changed files with 159 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ export interface IRequestOptions {
maxRedirects?: number;
maxSockets?: number;
keepAlive?: boolean;
deserializeDates?: boolean;
// Allows retries only on Read operations (since writes may not be idempotent)
allowRetries?: boolean;
maxRetries?: number;