This is a simple microservice that shows how a web endpoint can be provided for querying role IDs from an OMERO database.
gradle build
Put your OMERO server configuration into etc/omero.properties
, run
gradle run --args='etc/omero.properties'
and try
src/scripts/post.py
gradle shadowJar
java -jar build/libs/omero-ms-zarr-0.1.0-SNAPSHOT-all.jar etc/omero.properties