Skip to content

Commit 26134ee

Browse files
authored
Merge pull request #13 from microsoftgraph/nikithauc/readme-badge
Adding npm version badge
2 parents 3e12c7d + 74090f9 commit 26134ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![npm version badge](https://img.shields.io/npm/v/@microsoft/microsoft-graph-types-beta?color=blue)](https://www.npmjs.com/package/@microsoft/microsoft-graph-types-beta)
2+
13
# Microsoft Graph TypeScript Types Beta
24
The Microsoft Graph TypeScript definitions enable editors to provide intellisense on Microsoft Graph /beta endpoint objects including users, messages, and groups.
35

@@ -25,9 +27,8 @@ import { Client } from "@microsoft/microsoft-graph-client";
2527
import 'isomorphic-fetch';
2628

2729
const client = Client.initWithMiddleware({
28-
debugLogging: true,
29-
middleware,
3030
defaultVersion: 'beta',
31+
...
3132
});
3233

3334
const response = await client.api("/me").get();

0 commit comments

Comments
 (0)