trompamusic / trompace-client

A python library to read from and write to the Trompa CE
Apache License 2.0
1 stars 0 forks source link

Move get and submit methods from importer to client #49

Open alastair opened 3 years ago

alastair commented 3 years ago

Currently a lot of generic code for sending requests to the CE and parsing the response is in the importer, it should in this repo:

https://github.com/trompamusic/ce-data-import/blob/401f68776f5883b2a15e5aee44d68947e78a39aa/ceimport/loader.py#L135-L151