prawn-cake / vk-requests

vk.com requests for humans. API library for vk.com
MIT License
158 stars 22 forks source link

Use api_version in all requests by default #9

Closed irpab closed 8 years ago

irpab commented 8 years ago

Now version specified in vk_requests.create_api(..., api_version='5.45') or default version is not used in API requests (only in authorization). So to make requests working properly it's necessary to specify version in each request or in default args for requests: vk_requests.create_api(..., api_version='5.45', v='5.45'). It's ok but it'll be more straightforward to use version from api_version by default for API requests.

prawn-cake commented 8 years ago

Totally agree. I'll fix it soon. Or can you make PR for unittests dev branch spotting this case?

Anyway thanks for reporting.

prawn-cake commented 8 years ago

fixed at v0.9.5