Skip to content
/ gnapi Public

This project provides OpenAPI documenation for Global Names API services

License

Notifications You must be signed in to change notification settings

gnames/gnapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage

Run the service from the command line

gnapi -p 8888

Run from a docker image

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