Downloadable assets to get you started
Domino REST API
Download from:
Presentations
Docker
-
Docker compose
sample.env
file.env
Rename this file to
.env
and update your values before use.
Postman
-
Domino REST API Postman collection to exercise Domino REST APIs for configuring and consuming databases.
-
Domino REST API Postman environment for both collections.
-
Demo.nsf - Demo database for the Postman and Tutorial examples.
The following scripts are for reference only. They have been superseded by the scripts provided by the installer, so there's no need beyond satisfying curiosity to download them.
Mac
-
Shell script to start Domino REST API on MacOS.
-
Modify the script and replace all instances in the Shell script before using as follows:
- programDir with the directory Notes is located in
- dataDir with the directory the Notes Data is located in
- keepDir with the directory Domino REST API is located in
Windows
-
Command file to start Domino REST API on a Windows client.
-
Modify the script and replace all instances in the Command file before using as follows:
- programDir with the directory Notes is located in
- dataDir with the directory the Notes Data is located in
- keepDir with the directory Domino REST API is located in
Azure AD
AzureTester.zip is a simple test application you run on a local http server to check if a registered App in Azure AD can be used as JWT provider for the Domino REST API.
Warning
This is for testing only. Do NOT use this code in production.