You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-30
Original file line number
Diff line number
Diff line change
@@ -2,45 +2,26 @@
2
2
[](https://www.npmjs.com/package/@microsoft/microsoft-graph-client)
The Microsoft Graph JavaScript client library is a lightweight wrapper around the Microsoft Graph API that supports both Node and the browser. See the [samples](samples) folder for code examples. You can also use our [TypeScript graph types](https://github.com/microsoftgraph/msgraph-typescript-typings) with this library. We love your feedback! You can file an issue in this repository or write on our [UserVoice page](https://officespdev.uservoice.com/).
5
+
The Microsoft Graph JavaScript client library is a lightweight wrapper around the Microsoft Graph API that can be used server-side and in the browser. See the [samples](samples) folder for code examples. You can also use our [TypeScript graph types](https://github.com/microsoftgraph/msgraph-typescript-typings) with this library. We love your feedback! You can file an issue in this repository or write on our [UserVoice page](https://officespdev.uservoice.com/).
6
+
7
+
**Looking for IntelliSense on models (Users, Groups, etc.)? Check out the [Microsoft Graph Types](https://github.com/microsoftgraph/msgraph-typescript-typings) repository!**
* Added tests for new Graph functionality - Delta query, Extensibility, OneNote, and more.
25
-
26
-
#### 0.4.0
27
-
* Add support for ES5. Make sure to use `graph-js-sdk-web.js` for web apps
28
-
* Removed iterator helper method.
29
-
30
-
#### 0.3.1
31
-
* Support for Node.js versions 4 and 5
32
-
33
-
#### 0.3.0
34
-
* Migrated away from typings in client library core and TypeScript sample
35
-
36
-
#### 0.2.2
37
-
* Updated SuperAgent to version ``` 3.3.0 ```
38
-
39
-
#### 0.2.0
40
-
***Breaking change for existing apps** - Initialize the client library with `MicrosoftGraph.Client.init({...})`. See the updated usage section below for code samples.
41
-
* Added response handling tests to simulate Graph calls
42
-
* Added type declarations file for core client library, which adds intellisense for chained methods.
43
-
44
25
45
26
## Usage
46
27
### Initialize client with access token provider
@@ -65,8 +46,6 @@ All calls to Microsoft Graph are chained together starting with `client.api(path
65
46
*https://graph.microsoft.com/beta/me
66
47
* me/events?$filter=startswith(subject, 'ship')
67
48
68
-
For more examples of accepted paths, see the [test cases](tests/urlParsing.js).
69
-
70
49
```javascript
71
50
// Example calling /me with no parameters
72
51
client
@@ -324,6 +303,29 @@ We'd love to get your feedback about the Microsoft Graph JavaScript client libra
324
303
325
304
## Contributing
326
305
Please see the [contributing guidelines](CONTRIBUTING.md).
306
+
## Changelog
307
+
308
+
#### 1.0.0
309
+
* Added tests for new Graph functionality - Delta query, Extensibility, OneNote, and more.
310
+
311
+
#### 0.4.0
312
+
* Add support for ES5. Make sure to use `graph-js-sdk-web.js` for web apps
313
+
* Removed iterator helper method.
314
+
315
+
#### 0.3.1
316
+
* Support for Node.js versions 4 and 5
317
+
318
+
#### 0.3.0
319
+
* Migrated away from typings in client library core and TypeScript sample
320
+
321
+
#### 0.2.2
322
+
* Updated SuperAgent to version ``` 3.3.0 ```
323
+
324
+
#### 0.2.0
325
+
***Breaking change for existing apps** - Initialize the client library with `MicrosoftGraph.Client.init({...})`. See the updated usage section below for code samples.
326
+
* Added response handling tests to simulate Graph calls
327
+
* Added type declarations file for core client library, which adds intellisense for chained methods.
328
+
327
329
328
330
## Additional resources
329
331
@@ -334,4 +336,4 @@ Please see the [contributing guidelines](CONTRIBUTING.md).
334
336
*[Office Dev Center](http://dev.office.com/)
335
337
336
338
## Copyright
337
-
Copyright (c) 2016 Microsoft. All rights reserved.
339
+
Copyright (c) Microsoft Corporation. All rights reserved.
0 commit comments