glencoesoftware / omero-ms-core

OMERO Vert.x microservice core
GNU General Public License v2.0
2 stars 6 forks source link

Merge in contents of MicroserviceRequestCtx #26

Open kkoz opened 1 year ago

kkoz commented 1 year ago

In order to avoid duplicating parameter-checking logic, the MicroserviceRequestCtx class was created in omero-ms-image-region. However, the functions in this class would be useful to other microservices as well. We should move these functions into the OmeroRequestCtx in omero-ms-core to make them available to all microservices.