go to post Amy Barratt · Nov 14, 2023 Ah OK, great. That sounds promising! I will give that a try. Thanks for your quick response
go to post Amy Barratt · Nov 14, 2023 Hi @Michael Davidovich We are also developing a library of REST endpoints and have this same question - to which we can't seem to find the answer! Unless I am mistaken (I am new to REST in IRIS) the suggestion made by @Sergei Shutov only works for 'manually created' REST services and not for Open API spec first? As the URL Map for spec first is stored in the .disp class which is automatically generated by the import of the swagger.json so cannot be modified to split the endpoints into different .impl classes?I would be very interested to know what conclusion you came to for how to structure your REST app so it is scalable. Many thanks, Amy
go to post Amy Barratt · Oct 9, 2023 Hi @Claudio Devecchi This is a very helpful application! Is there a way to manually install it without using ZPM or the docker route? We run IRIS for Windows (x86-64) 2022.1 (Build 209) Tue May 31 2022 12:27:55 EDT with the sqldelimiter support turned off for legacy reasons (do $SYSTEM.SQL.SetDelimitedIdentifiers(0)). It would appear that we cannot get the ZPM tools to run with this switch set to zero, so we are looking at installing apiPub and also swagger-ui manually if possible?Thanks