-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix expired auth in vk.UserAPI * Add 2fa handler to vk.UserAPI * Writing and refactoring tests * Fixing some test errors * Mixing with vk.API, not vk.UserAPI * Swtich to Kate mobile app_id, fix error with vk.UserAPI interactivemixin * Processing 401 error * Update docs, increase coverage, fix typos * Fix CI (captcha error) * Add env vars to CI * Add vars to contribution.rst, fix tox.ini * Fix tox.ini * test * Write captcha handler for vk.UserAPI * Update get_captcha_key, documentation * Check if oauth request successed * Change client_id * Skip tests of vk.UserAPI on CI * Recall auth check code if it's invalid * More logging!
- Loading branch information
1 parent
5b47271
commit fbf74a5
Showing
11 changed files
with
324 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ vk.UserAPI | |
---------- | ||
|
||
.. autoclass:: vk.session.UserAPI | ||
:members: | ||
|
||
|
||
vk.CommunityAPI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.