Much of Domino’s functionality is available programmatically through the Domino REST API. Domino also provides a Python wrapper for the Domino API.
The Domino API is different from our Model API functionality:
-
The Model API lets you publish your R or Python function as a low-latency web service.
-
The Domino REST API lets you control Domino’s core functionality programmatically.
See also the Domino CLI.
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.
This Python library lets you access tabular and file-based data using consistent access patterns and SQL-based access to tabular data. Using this method, you don’t have to restart a workload to install drivers. Connectors can be queried on the fly. Results are available as dataframe abstractions for popular libraries.
See Domino Data API for details.