© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
Features from the box:
/swagger
endpoint) to your APIs/healthcheck
endpoint - a simple way to check API publication.disp
class routes /swagger
and /healthcheck
(see Sample.API.disp
for example)REST.Service.API
to your .impl
class (see example in Sample.API.impl
)Quit ##class(REST.Service.API).Call(body, $$$CurrentMethod, $CLASSNAME())
REST.Service.API
serviceREST.Process.CallHandler
as the parent class if you need correct links building in Production UI. You can find a sample of handler in the Sample.Process.TestPost
classRESTRoutes
lookup table (sample RESTRoutes.LUT
)