We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cabb46 + 6790088 commit 5b6e98eCopy full SHA for 5b6e98e
README.md
@@ -52,7 +52,7 @@ browser_credential = InteractiveBrowserCredential(client_id='YOUR_CLIENT_ID')
52
client = GraphClient(credential=browser_credential)
53
```
54
55
-### 6. Make a requests to the graph using the client
+### 6. Make a requests to the graph API using the client
56
57
```python
58
result = client.get('/me')
0 commit comments