This project provides an http web access to RESTful APIs documentation of Global Names projects. These APIs follow OpenAPI standard.
The easiest way to edit documents is by using a docker image of [swagger-editor]
docker run -d -p 80:8080 swaggerapi/swagger-editor
Run the service from the command line
gnapi -p 8888
Run from a docker image
docker run -d -p 80:8888 gnames/gnapi