ConvertAPI / convertapi-library-python

A Python library for the ConvertAPI
https://www.convertapi.com
Other
73 stars 22 forks source link

Set conversion location option #36

Closed tomasr78 closed 1 year ago

tomasr78 commented 1 year ago

Allow developers to set endpoint base URL, and add a description to readme how to do that.

This is example how is done in C#

https://github.com/ConvertAPI/convertapi-dotnet#set-conversion-location-optional

laurynas-convertapi commented 1 year ago

It can already be set like this:

convertapi.api_base = 'https://my-custom-url/'

https://github.com/ConvertAPI/convertapi-python/blob/master/convertapi/__init__.py#L11