CodeForAfrica / CodeForAfrica/HealthTools.API
Wrap external calls with try catch statements
Open
enhancement
help wanted
- Dominant language
- Python
- Stars
- 19
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.