Categorygithub.com/gnames/gnapi
repositorypackage
0.0.36
Repository: https://github.com/gnames/gnapi.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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