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

# 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

# Packages

Copyright © 2021 Dmitry Mozzherin <[email protected]> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
No description provided by the author