We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c3ab1 commit e334ecdCopy full SHA for e334ecd
README.md
@@ -144,6 +144,14 @@ convertapi
144
});
145
```
146
147
+### Alternative domain
148
+
149
+Set `base_uri` parameter to use other service domains. Dedicated to the region [domain list](https://www.convertapi.com/doc/servers-location).
150
151
+```js
152
+var convertapi = require('../lib')(process.env.CONVERT_API_SECRET, { baseUri: 'https://eu-v2.convertapi.com/' });
153
+```
154
155
### More examples
156
157
Find more advanced examples in the [examples/](https://github.com/ConvertAPI/convertapi-node/tree/master/examples) folder.
0 commit comments