Emily Price
Emily Price
Unit test coverage has likely slipped. Resolve this.
Research required for differences between install_requires and requirements.txt install_requires should probably be broad, requirements specific versions
At the moment they are all `APIException` - this could be clearer
It isn't very clear what the conditions for raising errors vs returning are. The function needs tidying up
These functions are huge
Might be useful
Function documentation is written separately to the functions. It would be easier to keep these in sync if that bit of the docs was automated from doc strings
Sometimes no data is returned from the API, and the integration test fails. The solution is just to re-run the test. Better handling would be nice