go to post Evgeny Shvarov · May 15, 2020 So, it works for me! But, another "issue" I'm facing here that I need to submit "login/pass" two times. One for CSP app, another for REST app called from CSP. Is it a 'groupid' case, or common cookie folder?
go to post Evgeny Shvarov · May 15, 2020 Hi Tani! I fixed the issue with deploy path - see the PR. Could you please republish the module on OEX? It turned out we don't need "/" after {cspdir}. Will update the templates, thank you!
go to post Evgeny Shvarov · May 13, 2020 A video that describes how to use the IRIS Native API contest template. Made by @Bob Kuszewski
go to post Evgeny Shvarov · May 13, 2020 Hi Yone! The steps are good, but it is only for IRIS and IRIS for Health.
go to post Evgeny Shvarov · May 12, 2020 Hi Tani! In fact /_spec endpoint is not a part of Open API specification. I was wrong. But this approach to tell where is the Open API specification could be found is quite popular, so InterSystems spec-first /api/mgmnt/ service generates such an endpoint. That's why we did this for the REST-API template too.
go to post Evgeny Shvarov · May 12, 2020 We updated the test zpm server to 1.0.5 version and now the problem with updating the same-version packages is solved.
go to post Evgeny Shvarov · May 10, 2020 Added a new dashboard with a bubble chart on Confirmed-Recovered-Deaths for Top-10 countries:
go to post Evgeny Shvarov · May 10, 2020 Regarding the application error. I installed the package via ZPM: % docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/irishealth-community:2020.2.0.196.0-zpm % docker exec -it my-iris iris session IRIS Node: 18aa9f2b084c, Instance: IRIS USER>zpm zpm: USER>docker exec -it my-iris iris session IRIS zpm: USER>install sys-perf-restapi [sys-perf-restapi] Reload START [sys-perf-restapi] Reload SUCCESS [sys-perf-restapi] Module object refreshed. [sys-perf-restapi] Validate START [sys-perf-restapi] Validate SUCCESS [sys-perf-restapi] Compile START [sys-perf-restapi] Compile SUCCESS [sys-perf-restapi] Activate START [sys-perf-restapi] Configure START [sys-perf-restapi] Configure SUCCESS [sys-perf-restapi] Activate SUCCESS zpm: USER> Then opened http://localhost:9092/pbuttonsUI/index.cspand got this error. The application error log is empty:
go to post Evgeny Shvarov · May 10, 2020 Hi Tani! About swagger-spec. According to the Open-API standard your API should expose /_spec end-point, where it exports JSON in Open API format. I tried to refer to /pbuttons/_spec - and got 404. To make this happen you need to introduce a GET endpoint /_spec and a method that implements it. Here is an example of the endpoint and the method which could be almost the same for any REST API.
go to post Evgeny Shvarov · May 10, 2020 Made an update on technology bonus and sample application: Technology bonuses 1. Docker container - 1 expert point The application gets a 'Docker container' bonus if it uses InterSystems IRIS running in a docker container. When cloned or downloaded the application should be runnable with: $ docker-compose up -d Sample ApplicationsNative API Contest Template - demonstrates all 4 NativeAPIs setup and work. The template satisfies the "Docker container" technology bonus.
go to post Evgeny Shvarov · May 8, 2020 This is the direct link for the meetup. We'll start in 20 min.
go to post Evgeny Shvarov · May 7, 2020 Here it is! And the video If is only on Gitlab or you have a Github mirror too?
go to post Evgeny Shvarov · May 7, 2020 Thanks, @Guillaume Rongier for sharing this helpful lib! And I appreciate you noticed how easy the code could be tested with ZPM. Like this ZPM feature. USER>zpm zpm:USER>module-action objectscript-json-patch test BTW, module-action could be omitted to have: zpm:USER>objectscript-json-patch test Join to chat about ZPM in Discord.
go to post Evgeny Shvarov · May 7, 2020 Hi @AndreClaude Gendron! What a wonderful tool! Do you want to share it on InterSystems Open Exchange?
go to post Evgeny Shvarov · May 7, 2020 Hey developers! We expect Product Managers @Stefan Wittmann , @Raj Singh, @Bob Kuszewski and @Thomas Dyar! You can expect a sneak peek at the upcoming IRIS Native API Contest from @Bob Kuszewski and at the AI/ML Contest in June from @Thomas Dyar. Join us!
go to post Evgeny Shvarov · May 6, 2020 Hi Tani! I'm having the error when open the UI. Also, it's not clear where I can find the Open API spec endpoint or UI.