Commit b3978b1c1f99225f0c4a331469a9e29707ab4908

Authored by Andrew Yanovych
1 parent ffebfc03

added api version selection

1 1 from openprocurement_client.client import Client
2 2
3 3
4   -def prepare_api_wrapper(key='', host_url="https://api-sandbox.openprocurement.org"):
5   - return Client(key, host_url)
  4 +def prepare_api_wrapper(key='', host_url="https://api-sandbox.openprocurement.org", api_version='0.7' ):
  5 + return Client(key, host_url, api_version )
... ...
Please register or login to post a comment