anki-connect/plugin
oakkitten baed642489 Fix api method deleteDecks
The method was failing due to Anki API changes.

Also, make it mandatory to call the method with `cardsToo=True`,
since deleting decks on Anki >= 2.1.28 without cards is
no longer supported, and the deprecated `decks.rem()` method
on Anki >= 2.1.45 ignores keyword arguments.
2022-04-07 09:48:37 +01:00
..
__init__.py Fix api method deleteDecks 2022-04-07 09:48:37 +01:00
config.json Add requestPermission API method (#255) 2021-05-07 20:33:06 -07:00
config.md Cleanup 2020-01-05 16:24:20 -08:00
edit.py Add Edit dialog 2022-04-07 09:48:37 +01:00
util.py Add requestPermission API method (#255) 2021-05-07 20:33:06 -07:00
web.py Explicitly allow requests from public websites via new header (#302) 2022-02-18 23:08:44 -08:00