c-okelly / org_to_anki

Python3 module to convert Txt, Org or LibreOffice files into Anki decks
MIT License
64 stars 10 forks source link

Refactor the AnkiConnectWrapper submodule #30

Open c-okelly opened 5 years ago

c-okelly commented 5 years ago

Refactor module to create a better abstraction

There should be a builder use so create the different types of connector based upon the environment they are running in.

All of the methods that are used for the construction of JSON should be refactored out

All method in the actual connection class should match some sort of basic interface