Skip to content

Beta release 0.2.13

Compare
Choose a tag to compare
@GLEF1X GLEF1X released this 20 Apr 13:21
8a6f620

☑️ Add sync calls coverage

from glQiwiApi import sync, QiwiWrapper

wallet = QiwiWrapper(
    api_access_token='TOKEN',
    phone_number='+number',
    without_context=True  # pass on without_context variable
)


def main():
    print(sync(wallet.get_balance))


main()

☑️ Add QIWI Terminal Maps API coverage by QiwiMaps class

☑️ Finally, pydantic models were added for YooMoney.

☑️ Deprecated useless parameter public_p2p from QiwiWrapper