Skip to content

Commit 7ab95a9

Browse files
committed
minor fixes for README.md
1 parent ebe3519 commit 7ab95a9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Office 365 & Microsoft Graph Library for Python
44
# Usage
55

66
1. [Installation](#Installation)
7-
1. [Working with SharePoint REST API](#Working with SharePoint REST API)
8-
2. [Working with Outlook REST API](#Working with Outlook REST API)
9-
3. [Working with OneDrive REST API](#Working with OneDrive API)
7+
1. [Working with SharePoint REST API](#Working-with-SharePoint-REST-API)
8+
2. [Working with Outlook REST API](#Working-with-Outlook-REST-API)
9+
3. [Working with OneDrive REST API](#Working-with-OneDrive-API)
1010

1111

1212
## Status
@@ -37,7 +37,7 @@ The following auth flows are supported:
3737
- user credentials auth: `AuthenticationContext.ctx_auth.acquire_token_for_user(username, password)`
3838

3939

40-
####Examples
40+
#### Examples
4141

4242

4343
There are **two approaches** available to perform API queries:
@@ -154,16 +154,16 @@ client.execute_query()
154154

155155
# Working with OneDrive API
156156

157-
####Documentation
157+
#### Documentation
158158

159159
[OneDrive Graph API reference](https://docs.microsoft.com/en-us/graph/api/resources/onedrive?view=graph-rest-1.0)
160160

161-
####Authentication
161+
#### Authentication
162162

163163
[ADAL Python](https://adal-python.readthedocs.io/en/latest/#)
164164
library is utilized to authenticate users to Active Directory (AD) and obtain tokens
165165

166-
####Example
166+
#### Example
167167
The example demonstrates how to print drive's url via [`list available drives` endpoint](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/drive_list?view=odsp-graph-online)
168168

169169
> Note: access token is getting acquired via [Client Credential flow](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow)

0 commit comments

Comments
 (0)