Skip to content

Stable release 1.0.0

Compare
Choose a tag to compare
@GLEF1X GLEF1X released this 05 Jun 15:24
3e08bfa

Changelog:

  • Builtin integration with aiogram using TelegramPollingProxy, TelegramWebhookProxy
  • Validating parameters by passing validate_params=True to QiwiWrapper
  • Improved performance of laconic bill.paid
  • HttpXParser, Storage were rewritten with better approach
  • Added poetry coverage #3
  • Currency parser util was added for effortless work with the currency code
  • In this version, the ability to use a proxy(aiohttp_socks) has become available
  • Added client_secret parameter for OAuth2 token verification #5
  • ContextInstanceMixin, which allows getting wrappers from anywhere in the program:
from glQiwiApi import QiwiWrapper

wrapper = QiwiWrapper()  # added into context
# in another module, function or class
instance = QiwiWrapper.get_current()