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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ See [Get access on behalf of a user](https://docs.microsoft.com/en-us/graph/auth
13
13
## Breaking changes if you're upgrading prior 1.0.0
14
14
- Added structure to library to match API documentation for e.g. `client.get_me()` => `client.users.get_me()`.
15
15
- Renamed several methods to match API documentation for e.g. `client.get_me_events()` => `client.calendar.list_events()`.
16
-
- Result from calling a method is not longer a dictionary but a Response object. To access the dict response as before then call `.data`property for e.g `r = client.users.get_me()` then `r.data`.
16
+
- Result from calling a method is not longer a dictionary but a Response object. To access the dict response as before then call `.data`attribute for e.g `r = client.users.get_me()` then `r.data`.
17
17
- Previous API calls made through beta endpoints are now pointing to v1.0 by default. This can be changed to beta if needed with the parameter `api_version` in the client instantiation.
18
18
- Removed Office 365 endpoints as they were merged with the Microsoft Graph API. See [Office 365 APIs](https://docs.microsoft.com/en-us/previous-versions/office/office-365-api/).
0 commit comments