Much of Domino’s functionality is available programmatically through the Domino REST API. Domino also provides a Python wrapper.
The Domino API is different from our Model API functionality:
Domino API | Model APIs |
---|---|
The Domino API lets you control Domino’s core functionality programmatically. See the topics in this guide to learn about the methods to access this functionality. | Model APIs are REST API endpoints that provide programmatic access to your R and Python data science code. See Model APIs to learn how to publish and access your models as APIs. |
See also the Domino CLI.
The python-domino
library is a wrapper for many of the Domino API endpoints. You can install it in Domino and use it in your project code to manage your files, executions, datasets, the properties of the project, and more.
See The python-domino Library for details. The public repository is available at https://github.com/dominodatalab/python-domino.
The Domino R package gives you access to the full power of Domino’s cloud compute and version control without leaving your R environment. To use this package, you must install the Domino CLI. See Domino R package for details.