Skip to content

Commit ea37db8

Browse files
authored
Merge pull request #82 from microsoftgraph/fetchApiUpdate
Fetch api update
2 parents 4dfdbb7 + dc5d7c9 commit ea37db8

35 files changed

+5074
-4102
lines changed

lib/graph-js-sdk-web.js

Lines changed: 3821 additions & 3244 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export {};
1+
import 'isomorphic-fetch';

lib/spec/core/responseHandling.js

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

lib/spec/core/responseHandling.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/urlGeneration.d.ts

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

lib/spec/core/urlGeneration.js

Lines changed: 82 additions & 82 deletions
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export {};
1+
export {};

lib/spec/core/urlParsing.js

Lines changed: 32 additions & 32 deletions
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+
}

0 commit comments

Comments
 (0)