We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556bdc9 commit 70d4923Copy full SHA for 70d4923
README.md
@@ -107,6 +107,17 @@ user_info = ConvertApi.user
107
puts user_info['SecondsLeft']
108
```
109
110
+### Alternative domain
111
+
112
+Set config `base_uri` attribute to use other service domains. Dedicated to the region [domain list](https://www.convertapi.com/doc/servers-location).
113
114
+```ruby
115
+ConvertApi.configure do |config|
116
+ config.base_uri = URI('https://v2.convertapi.com/')
117
+end
118
+```
119
120
121
### More examples
122
123
Find more advanced examples in the [examples/](https://github.com/ConvertAPI/convertapi-ruby/tree/master/examples) folder.
0 commit comments