Initial Release
This is an API to do CRUD operations on InterSystems IRIS globals.
It also has OPEN API spec,
can be developed with Docker and VSCode,
can ve deployed as ZPM module.
Make sure you have git and Docker desktop installed.
zpm:USER>install iris-global-yaml
Create your repository from template.
Clone/git pull the repo into any local directory e.g. like it is shown below (here I show all the examples related to this repository, but I assume you have your own derived from the template):
$ git clone https://github.com/yurimarx/iris-global-yaml.git
Open the terminal in this directory and run:
$ docker-compose up -d --build
Try import to your postman this file (on root folder): iris-global-yaml.postman_collection.json.
This API creates /iris-global-yaml REST web-application on IRIS which implements 4 types of communication: GET, POST, PUT and DELETE aka CRUD operations on Globals. Open http://[your server]:[your web port]/swagger-ui/index.html to test the REST API