SDK ReferenceDownload (GitHub)

Download the SDK

The SDKs are provided as public repositories in the GitHub Organization icomm-api.

Repository list

LanguageRepositoryLink
Javabizgo-sdk-comm-javahttps://github.com/icomm-api/bizgo-sdk-comm-java
Node.jsbizgo-sdk-comm-jshttps://github.com/icomm-api/bizgo-sdk-comm-js
Pythoninfobank-omni-sdk-pythonhttps://github.com/icomm-api/infobank-omni-sdk-python

Quick access

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

  1. Check the minimum runtime version in the README.
  2. Check the authentication method (API KEY) and the Base URL.
  3. Verify a single send and a report with the sample code.