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.
go to post Evgeny Shvarov · May 6, 2020 Hi Ramesh! We updated the registration link! Sorry for the inconvenience!
go to post Evgeny Shvarov · May 6, 2020 We are fixing this now with Eventbrite. Something went wrong on their side. Sorry for the inconvenience.
go to post Evgeny Shvarov · May 5, 2020 Hi folks! We changed the test server for test registry again!) Now the proper command to switch to TEST Registry is: repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42 E.g.: zpm:USER>repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42 Hope we'll not change it again soon ) And of course, you are very welcome to set up your own registry) Stay tuned!
go to post Evgeny Shvarov · May 5, 2020 Hi @Paul Atkinson! You can do PM in the Developer Community. We call it DM, learn more.
go to post Evgeny Shvarov · Apr 30, 2020 Thanks, Peter! Indeed, there is a 3 days delay which lets our DC Moderators team decide on the nature of the post and to let community vote positively or negatively. You don't get badges and points for negatively voted posts.
go to post Evgeny Shvarov · Apr 28, 2020 Hi folks! If you get an error while publishing: Publish FAILURE - ERROR #5001: Publishing module, something went wrong. That means you need to bump the module version - it doesn't allow (at least now) to overwrite already published module version.