Skip to content

Middleware for rendering Redoc documentation with Fiber framework

License

Notifications You must be signed in to change notification settings

natebwangsut/fiber-redoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fiber Redoc

Go Document Go Coverage Go Report Card

Fiber middleware for rendering Redoc. Compatible with Swagger notation (OpenAPI specification).

Usage

Use with fiber v2+, not tested with v1

func main() {
	app := fiber.New()
	app.Get("/docs/*", redoc.Handler)
}

Example

Please see example folder on this repository for simple setup.

Configuration

Config Default Value Description
To be added To be added To be added

Made with ❤️ of swagger, fiber and react.js.

About

Middleware for rendering Redoc documentation with Fiber framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages