Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 620 Bytes

File metadata and controls

31 lines (21 loc) · 620 Bytes

GNAPI

This project provides an http web access to RESTful APIs documentation of Global Names projects. These APIs follow OpenAPI standard.

Editing API docs with swagger-editor

The easiest way to edit documents is by using a docker image of [swagger-editor]

docker run -d -p 80:8080 swaggerapi/swagger-editor
# or
docker run -d -p 80:80 swaggerapi/swagger-editor
# for newer versions

Usage

Run the service from the command line

gnapi -p 8888

Run from a docker image

docker run -d -p 80:8888 gnames/gnapi