Skip to content

Commit 8680034

Browse files
authored
Update README.md
Added note to refer to the proxy documentation just like we did in the msgraph-sdk-python repository as asked by @baywet
1 parent bf9f5f3 commit 8680034

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ credential = EnvironmentCredential()
4343
client = GraphServiceClient(credential, scopes=scopes)
4444
```
4545

46+
> **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.
47+
4648
## 3. Make requests against the service
4749

4850
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).

0 commit comments

Comments
 (0)