{"id":74407,"library":"wi2l-fizz","title":"Fizz","description":"A Go library for building OpenAPI 3.0 specifications from Go HTTP handlers.","status":"active","version":"0.23.0","language":"go","source_language":null,"source_url":"https://github.com/wI2L/fizz","tags":["openapi","api","router","documentation"],"install":[{"cmd":"go get github.com/wI2L/fizz","lang":"bash","label":"Install github.com/wI2L/fizz"}],"dependencies":[],"imports":[{"symbol":"fizz","correct":"github.com/wI2L/fizz"}],"quickstart":{"code":"package main\n\nimport (\n\t\"net/http\"\n\t\"github.com/wI2L/fizz\"\n\t\"github.com/wI2L/fizz/openapi\"\n)\n\nfunc main() {\n\tf := fizz.New()\n\tf.GET(\"/hello\", nil, fizz.Handler(func(c *fizz.Context) {\n\t\tc.String(200, \"Hello\")\n\t}), fizz.Summary(\"Say hello\"))\n\thttp.ListenAndServe(\":8080\", f)\n}","lang":"go","description":"Creates a Fizz router with an OpenAPI endpoint."},"warnings":[],"env_vars":null,"search_vec":"'3.0':8 'api':15 'build':6 'document':17 'fizz':1 'go':3,11 'handler':13 'http':12 'librari':4 'openapi':7,14 'router':16 'specif':9","created_at":"2026-06-17T19:03:14.643816+00:00","updated_at":"2026-06-17T19:03:14.643816+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/wI2L/fizz","github":"https://github.com/wI2L/fizz","docs":"https://pkg.go.dev/github.com/wI2L/fizz#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}