HealthTools.API
HealthTools.API copied to clipboard
Wrap external calls with try catch statements
Currently external calls aren't "sandboxed" to avoid complete failure. We should therefore have every method doing an external call in try statements and raise exceptions appropriately.
Ref: #52