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.