Skip to content

Commit 89ab20b

Browse files
author
REDMOND\lahuey
committed
Manually pulled "Pass the body of POST/PUT/PATCH calls correctly." from U-FAREAST\ramgupt
1 parent 8b4fce3 commit 89ab20b

14 files changed

+2541
-417
lines changed

lib/graph-js-sdk-web.js

Lines changed: 2430 additions & 402 deletions
Large diffs are not rendered by default.

lib/spec/core/urlGeneration.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
export {};

lib/spec/core/urlGeneration.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/spec/core/urlParsing.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
export {};

lib/spec/core/urlParsing.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/GraphHelper.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export declare class GraphHelper {
2+
static serializeContent(content: any): any;
3+
}

lib/src/GraphHelper.js

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/GraphHelper.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/GraphRequest.js

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)