CareHQ API Client for Python.
Project description
CareHQ Python API client
CareHQ API Client for Python.
Installation
pip install carehq
Requirements
- Python 3.7+
Usage
import carehq
api_client = carehq.APIClient(
account_id='MY_ACCOUNT_ID',
api_key='MY_API_KEY',
api_secret='MY_API_SECRET'
)
users = api_client(
'get',
'users',
{'filters-q': ['lyra']}
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
CareHQ-0.0.5.tar.gz
(5.8 kB
view details)
File details
Details for the file CareHQ-0.0.5.tar.gz
.
File metadata
- Download URL: CareHQ-0.0.5.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17aafaf5b7676ebbf68cfc30eb050073c9e064f14e6576a2b2fa0b24301805d0 |
|
MD5 | 9d183c11fdf223f657954208cefa11dc |
|
BLAKE2b-256 | 288da3b1fc496c0931637cf101b84f5b8f7009d32151abd91549eda1ea19c582 |