How to Get the Source Code of a Class on Remote Server?
Hi, folks!
I need to get the source code of a class installed on a remote server. I have no Studio or Atelier access to it but I can manage REST and Web terminal access.
What is the easiest way for me to make it?
Discussion (4)1
Comments
Will you be able to use the Atelier REST services ?
%Api.Atelier.v1.GetDoc
Hi, Herman!
Thanks! I'll give it a try!
That works! Thanks Herman!
do ##class(%Compiler.UDL.TextServices).GetTextAsString(namespace, class, .text) write text