Java
Visit the Java SDK Repository for full usage and examples. The Java SDK is published to Maven and can be added to your project in three ways:
Maven
Gradle
Classic Jar Import
- Clone the Java SDK Repository
- Using a Bash Terminal, navigate to the cloned repository folder
- Create the Jar files via the Bash command
./gradlew bootRepackage - The Jars will be located in
build/libs/ - Copy the Jars to your project folder, and add them to your build path
Python
Visit the Python SDK Repository for full usage and examples. The Python SDK is published to PyPI, and can be installed via the Pip command:
R
The Domo R SDK (rdomo) lets you interact with Domo APIs from R for tasks like managing DataSets, users, groups, and more. See the official repository for installation and usage: https://github.com/domoinc/rdomo