SwaggerUI with Golang

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • swag

    Automatically generate RESTful API documentation with Swagger 2.0 for Go.

  • Swagger yaml/JSON generated with swaggo/swag and wired up with a Makefile task to move it in the right spot for my application. Example "docstring" here.

  • GoSwagger

    Swagger 2.0 implementation for go

  • A lot of the benefits of swagger come from code and yaml generation. So you can take a look at something like go-swagger and use that to generate client code and server boilerplate from your yaml. Another way around is you can have the swagger yaml or json be generated from docstrings in the code (but that wouldn't be design first I guess). I have an example of that here if you want to look. Just pop open any of the files that starts with a get/post/put/etc.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • swagger-ui

    Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

  • Okay thanks. Question: is the same node module (https://github.com/swagger-api/swagger-ui) downloaded no matter the language you're coding the API in (Golang, Python, Java)? All you do SwaggerUI to point to your .yaml file?

  • http-swagger

    Default net/http wrapper to automatically generate RESTful API documentation with Swagger 2.0.

  • swaggo/http-swagger used to rig a standard net/http.Handler to the "/docs/*" path (ref).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Seeking Advice on the Best Swagger Generation Approach for REST API

    2 projects | /r/golang | 5 Dec 2023
  • [Request] Library Recommendation for Auto Swagger/OpenAPIv3 Documentation

    4 projects | /r/golang | 27 May 2023
  • Change host in Swagger API

    1 project | /r/golang | 6 Mar 2023
  • Stop annotating go code with swagger 🙏

    1 project | /r/golang | 7 Oct 2022
  • swaggo - how to remove the "Bearer" prefix on application flow

    1 project | /r/golang | 9 Sep 2022