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.

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 Applications
Native API Contest Template - demonstrates all 4 NativeAPIs setup and work. The template satisfies the "Docker container" technology bonus. 

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!