swagger-ui
fiber-swagger
swagger-ui | fiber-swagger | |
---|---|---|
145 | 1 | |
26,661 | 227 | |
0.6% | - | |
9.5 | 5.2 | |
14 days ago | over 2 years ago | |
JavaScript | Go | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
swagger-ui
-
How to Create a RESTful API with Node.js: A Step-by-Step Guide
Good documentation is vital for any API. Consider using tools like Swagger or Postman to create interactive documentation.
- Implement swaggo
-
11 API Documentation Best Practices for CI/CD 2024
1. Use tools like Swagger or Postman to auto-generate docs
-
Open API specs with more than one YAML file
This project also comes with an index.html that can be served statically and it also interacts with the Swagger UI official bundle that is contained inside the dist folder.
-
A Guide to Top API Testing Tools in 2024
Website: https://swagger.io
-
🚀 Introducing NextSolution V2: ASP.NET API + Next.js + Expo Starter Template
This template was built using a variety of powerful frameworks and tools, including: .NET, Ngrok, JWT (JSON Web Tokens), Entity Framework, AutoMapper, FluentValidation, Flurl, Humanizer, libphonenumber-csharp, MailKit, OAuth, Serilog, Twilio, Swagger, React.js, React Native, React Navigation, Axios, Expo Dev, Lodash, NativeWind, React Hook Form, Zustand, Visual Studio Code, Visual Studio, Android Studio, Git, GitHub Copilot, Node.js, React Native Paper, NextUI
-
Hosting Swagger-UI using GitHub Pages
curl -X GET https://github.com/swagger-api/swagger-ui/releases/tag/v5.17.14
-
Everything You Need To Know About Living Documentation
Automated Documentation Generators: Tools like Swagger for APIs, Javadoc for Java, and Sphinx for Python automatically generate documentation based on code annotations, comments, or metadata.
-
Rest API Testing: How to test Rest APIs properly!
An API is like a contract between a client and a server or between two applications. Before testing the implementation, it must be ensured that the contract is correct by checking the specification (e.g. Swagger or OpenAPI). For Rest APIs, it is important that all HTTP REST semantics and principles are adhered to. This is all the more important for publicly accessible APIs so that all functionalities can continue to be guaranteed after updates.
-
swagger-ui VS doc2html - a user suggested alternative
2 projects | 25 Jul 2024
fiber-swagger
-
📖 Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers
arsmn/fiber-swagger official Fiber's middleware;
What are some alternatives?
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
tutorial-go-fiber-rest-api - 📖 Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers.
ReDoc - 📘 OpenAPI/Swagger-generated API Reference Documentation [Moved to: https://github.com/Redocly/redoc]
swag - Automatically generate RESTful API documentation with Swagger 2.0 for Go.
redoc - 📘 OpenAPI/Swagger-generated API Reference Documentation
validator - :100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
prism - Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.
jwt - ⚠️ Deprecated repository, available within Fiber Contrib.
drf-spectacular - Sane and flexible OpenAPI 3 schema generation for Django REST framework.
Testify - A toolkit with common assertions and mocks that plays nicely with the standard library
utoipa - Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust
migrate - Database migrations. CLI and Golang library.