Showing
1 changed file
with
2 additions
and
2 deletions
1 | from openprocurement_client.client import Client | 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