Registry / web-framework / ilgooz-openapiconsole

ilgooz-openapiconsole

JSON →
library0.0.0-20210521063533-567a97c7c7e9gogounverified

A Go package that provides a web-based console for interacting with OpenAPI endpoints.

go get github.com/ilgooz/openapiconsole
INSTALL
IMPORT
SIG · ILGOOZ-OPENAPICONS
I
ilgooz-openapiconsole
web-frameworkgov0.0.0-20210521063533-567a97c7c7e9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

openapiconsole
github.com/ilgooz/openapiconsole

Serves an OpenAPI console UI at /console/ using a spec file.

package main import ( "net/http" "github.com/ilgooz/openapiconsole" ) func main() { http.Handle("/console/", openapiconsole.Handler("/openapi.json")) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210521063533-567a97c7c7e9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
ilgooz-openapiconsole — go get ilgooz-openapiconsole · libregistry