HealthTools.API icon indicating copy to clipboard operation
HealthTools.API copied to clipboard

HealthTools API to retrieve, structure and return data being used by the health tools. Accessible at https://api.healthtools.codeforafrica.org/

Results 28 HealthTools.API issues
Sort by recently updated
recently updated
newest added

Dependabot can't evaluate your Python dependency files. As a result, Dependabot couldn't check whether any of your dependencies are out-of-date. The error Dependabot encountered was: ``` Illformed requirement ["=="] ```...

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.10.0 to 20.0.4. Release notes Sourced from gunicorn's releases. 20.0.4 fix binding a socket using the file descriptor remove support for the bdist_rpm build 20.0.3 fixed load...

dependencies

Bumps [twilio](https://github.com/twilio/twilio-python) from 6.30.0 to 6.45.3. Release notes Sourced from twilio's releases. 6.45.3 Release Notes Library - Fix [PR #540](twilio/twilio-python#540): allow API redirect responses. Thanks to @childish-sambino! Accounts Add Auth...

dependencies

## Description Currently, the test runner cannot run any test case, it reports that there is no test (which is false). After including the test files in the __init__ file...

This might bring about speed and other benefits.

When in development, SMS should print the expected output in log and console for debug purposes.

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

enhancement
help wanted

We would like to log significant events using Python's logging module and eventually send specific notifications to Slack. For our purposes we want to log: 1. When the doc_type isn't...

enhancement
help wanted

As part of the bot methods, we should add module to work with Telegram.

enhancement
help wanted

The base bot processor determine which "adapter" a request should be routed to and appropriate response.

enhancement
help wanted