Skip to content

Commit

Permalink
Merge pull request #299 from dabla/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
baywet authored Dec 20, 2023
2 parents bf9f5f3 + 8680034 commit e7481c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ credential = EnvironmentCredential()
client = GraphServiceClient(credential, scopes=scopes)
```

> **Note**: Refer to the [following documentation page](https://learn.microsoft.com/graph/sdks/customize-client?tabs=python#configuring-the-http-proxy-for-the-client) if you need to configure an HTTP proxy.
## 3. Make requests against the service

After you have a **GraphServiceClient** that is authenticated, you can begin making calls against the service. The requests against the service look like our [REST API](https://docs.microsoft.com/graph/api/overview?view=graph-rest-1.0).
Expand Down

0 comments on commit e7481c3

Please sign in to comment.