Registry / web-framework / arsmn-fiber-swagger-v2

arsmn-fiber-swagger-v2

JSON →
library2.31.1gogounverified

Package fiber-swagger provides Swagger UI integration for the Fiber web framework.

go get github.com/arsmn/fiber-swagger/v2
INSTALL
IMPORT
SIG · ARSMN-FIBER-SWAGGE
A
arsmn-fiber-swagger-v2
web-frameworkgov2.31.1
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.

swagger
github.com/arsmn/fiber-swagger/v2

Sets up Swagger UI endpoint in a Fiber application.

package main import ( "github.com/gofiber/fiber/v2" swagger "github.com/arsmn/fiber-swagger/v2" ) func main() { app := fiber.New() app.Get("/swagger/*", swagger.New(swagger.Config{ URL: "http://example.com/doc.json", })) app.Listen(":3000") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.31.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
arsmn-fiber-swagger-v2 — go get arsmn-fiber-swagger-v2 · libregistry