SDK ReferenceDownload (GitHub)
Download the SDK
The SDKs are provided as public repositories in the GitHub Organization icomm-api.
Repository list
| Language | Repository | Link |
|---|---|---|
| Java | bizgo-sdk-comm-java | https://github.com/icomm-api/bizgo-sdk-comm-java |
| Node.js | bizgo-sdk-comm-js | https://github.com/icomm-api/bizgo-sdk-comm-js |
| Python | infobank-omni-sdk-python | https://github.com/icomm-api/infobank-omni-sdk-python |
Quick access
- Organization: https://github.com/icomm-api.
- Java README: README.md.
- Node.js README: README.md.
- Python README: README.md.
Clone examples
Bash
git clone https://github.com/icomm-api/bizgo-sdk-comm-java.git
git clone https://github.com/icomm-api/bizgo-sdk-comm-js.git
git clone https://github.com/icomm-api/infobank-omni-sdk-python.git
Package installation paths
- Java: we recommend using the package published to Maven Central.
- Node.js: the npm package
@bizgo/bizgo-sdk-comm-js. - Python: source installation (
setup.py) based on the current public repository.
Check before you go to production
- Check the minimum runtime version in the README.
- Check the authentication method (API KEY) and the Base URL.
- Verify a single send and a report with the sample code.