Question Evgeny Shvarov · Feb 21 How To Test REST API Methods without referring to a Web Server? Hi folks! I'm building a very simple REST API. But before testing it via a Web Server what I want to make sure that REST API methods work in principle. Is it an easy way to "fake" the web-server request and get a result e.g. of the method with signature like that? ClassMethod GetAllRecords(pRequest As %CSP.Request, pResponse As %CSP.Response) As %Status e.g. calling it in Terminal? #Debugging #ObjectScript #REST API #Terminal #Testing #InterSystems IRIS 0 6 0 103
Question Colin Brough · Feb 25 Is the argument to $$$TRACE() always computed, or only when tracing is on? We have some ObjectScript code in a custom business process: When Log Trace Events is ticked on the business process in the Production view in the management portal, the argument is obviously computed. #Debugging #ObjectScript #Tips & Tricks #Ensemble 0 3 0 50