We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9817427 commit cd942c3Copy full SHA for cd942c3
README.md
@@ -108,6 +108,14 @@ user_info = convertapi.user()
108
print(user_info['SecondsLeft'])
109
```
110
111
+### Alternative domain
112
+
113
+Set `base_uri` parameter to use other service domains. Dedicated to the region [domain list](https://www.convertapi.com/doc/servers-location).
114
115
+```
116
+convertapi.base_uri = 'https://eu-v2.convertapi.com/'
117
118
119
### More examples
120
121
Find more advanced examples in the [/examples](https://github.com/ConvertAPI/convertapi-python/tree/master/examples) folder.
0 commit comments