8000 Update README.md · aditya274/twilio-python@65ff946 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65ff946

Browse files
author
childish-sambino
authored
Update README.md
1 parent e7713bb commit 65ff946

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ client = Client()
8484

8585
### Specify Region and/or Edge
8686

87+
To take advantage of Twilio's [Global Infrastructure](https://www.twilio.com/docs/global-infrastructure), specify the target Region and/or Edge for the client:
88+
8789
```python
8890
from twilio.rest import Client
8991

@@ -101,7 +103,6 @@ client.region = 'au1'
101103
client.edge = 'sydney'
102104
```
103105

104-
105106
This will result in the `hostname` transforming from `api.twilio.com` to `api.sydney.au1.twilio.com`.
106107

107108
### Make a Call

0 commit comments

Comments
 (0)
0