Creating a Deployed class using Atelier API
I have been creating classes using the below REST url.
http://localhost:57772/api/atelier/v1/ENSDEMO/doc/Demo.HL7.MsgRouter.Tes...
The only caveat is that I want to only load in the compiled code of the classes, as they appear in deployed mode.
How do I define this in the content of the JSON payload being sent across?
Hi @William Glover
I think that is not possible to do via Atelier API.
See the documentation about how to deploy a class. Other way is to deploy to file that only treat compiled code.