GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#powershell #azure #cloud #openapi #rest #swagger

This repository provides the official REST API specifications for Microsoft Azure. It helps developers understand and use Azure services by providing detailed information on API structures, terminology, and steps to get started. For example, you can learn about "Offerings," "Skus," and "Features" which are important concepts in Azure's product hierarchy. The repository also guides you on how to contribute using OpenAPI specifications and how to generate SDKs and API documentation. This makes it easier for developers to build and integrate Azure services into their applications efficiently.

https://github.com/Azure/azure-rest-api-specs
#java #api #api_client #api_server #generator #hacktoberfest #openapi #openapi_generator #openapi3 #rest #rest_api #rest_client #restful_api #sdk

OpenAPI Generator is a tool that automates the generation of API client libraries, server stubs, documentation, and configuration files from an OpenAPI specification. Here are the key benefits and features Generates code for over 30 programming languages and frameworks, including Java, Python, C#, Go, Ruby, and many more.
- **API Clients and Server Stubs** Generates HTML documentation, Confluence Wiki pages, and configuration files for Apache2, among others.
- **Customization** Can be integrated into workflows using Maven, Gradle, GitHub, and CI/CD pipelines.
- **Security** Maintained by a large community of contributors, ensuring continuous improvement and support.

Using OpenAPI Generator helps developers streamline their API development process, reduce errors, and focus on more complex aspects of their projects.

https://github.com/OpenAPITools/openapi-generator
#go #annotations #golang #openapi #swagger #swagger2

Swag is a tool that helps you generate Swagger 2.0 documentation for your Go API projects. Here’s how it benefits you Swag supports various Go web frameworks like Gin, Echo, and Net/HTTP, making it easy to integrate into your existing project.
- **Automated Documentation** You can use specific annotations to describe API operations, parameters, responses, and security settings, giving you full control over the documentation.
- **Formatting** It allows you to override types, ignore fields, and add custom extensions to your Swagger definitions.

To get started, you install Swag, add comments to your code, and run `swag init` to generate the documentation. This makes maintaining and sharing your API documentation much simpler.

https://github.com/swaggo/swag
#html #mitmproxy #openapi #reverse_engineering #swagger

This tool, called `mitmproxy2swagger`, helps you automatically create API documentation from the traffic your apps generate. Here’s how it benefits you:

You can capture the HTTP traffic of your apps using `mitmproxy` or browser DevTools, and then convert this traffic into OpenAPI 3.0 specifications. This process is automated, so you don't need to manually write the API documentation. You can run the tool multiple times with different captures, and it will merge the data safely. The tool also allows you to add example data and headers to the requests and responses, making your API documentation more comprehensive. This saves time and effort in documenting your APIs accurately.

https://github.com/alufers/mitmproxy2swagger
#typescript #backend #chakra_ui #docker #fastapi #frontend #json #json_schema #jwt #letsencrypt #openapi #postgresql #python #react #sqlmodel #swagger #tanstack_query #tanstack_router #traefik #typescript

This template helps you quickly set up a full-stack application using FastAPI for the backend and React for the frontend. It includes tools like PostgreSQL for the database, Docker Compose for development and production, and secure features like JWT authentication and password recovery. The template also supports dark mode, automatic HTTPS certificates, and continuous integration and deployment through GitHub Actions. You can easily clone or fork the repository and customize it using environment variables. This makes it easy to start building your application quickly and securely.

https://github.com/fastapi/full-stack-fastapi-template
#go #go #grpc #grpc_gateway #openapi #rest_api #restful_api #swagger

gRPC-Gateway is a tool that helps convert gRPC services into RESTful HTTP APIs. This means you can use both gRPC and REST with the same service, making it easier for different types of clients to access your API. It works by generating a reverse proxy server that translates between gRPC and HTTP requests. The benefit is that you don't need to create separate APIs for different client types, which simplifies development and makes your service more accessible[1][3][5].

https://github.com/grpc-ecosystem/grpc-gateway
1
#javascript #api_client #api_testing #automation #developer_tools #git #graphql_client #http_client #javascript #openapi #openapi3 #opensource #rest_api #testing #testing_tools

Bruno is a free, open-source API testing tool that stores your API collections as plain text files on your device, ensuring your data stays private without cloud syncing. It works across Mac, Windows, and Linux, and supports collaboration through Git or any version control system, making teamwork easier. Bruno automates API testing with JavaScript scripts, increasing efficiency, test coverage, and simplifying integration into CI/CD pipelines. This helps catch bugs early, maintain tests easily, and run regression tests smoothly, saving you time and improving API reliability compared to traditional tools like Postman. You can download it easily via multiple package managers.

https://github.com/usebruno/bruno
👍1🔥1
#python #api #async #asyncio #fastapi #framework #json #json_schema #openapi #openapi3 #pydantic #python #python_types #python3 #redoc #rest #starlette #swagger #swagger_ui #uvicorn #web

FastAPI is a modern Python web framework for building fast, reliable APIs that is easy to learn and quick to code, making it ready for production use right away. It uses standard Python type hints, which means you get automatic data validation, fewer bugs, and great editor support with code completion and type checks. FastAPI also generates interactive documentation automatically, so you and your team can understand and test your API easily. The main benefit is that you can develop robust, high-performance APIs much faster and with less effort, while reducing errors and making your code easier to maintain[1][2][3].

https://github.com/fastapi/fastapi
👍1
#python #ai #authentication #authorization #claude #cursor #fastapi #llm #mcp #mcp_server #mcp_servers #modelcontextprotocol #openapi #windsurf

FastAPI-MCP is a tool that lets you easily turn your FastAPI web API endpoints into Model Context Protocol (MCP) tools, which AI agents can use directly. It requires almost no setup—just connect it to your FastAPI app, and it automatically preserves your request/response data models and documentation. It also includes built-in authentication using your existing FastAPI security methods. You can run the MCP server inside your app or separately, and it communicates efficiently using FastAPI’s ASGI interface. This makes it simple to integrate AI capabilities with your existing FastAPI services without rewriting code, saving you time and effort while keeping your API secure and well-documented[1][5].

https://github.com/tadata-org/fastapi_mcp
#javascript #hacktoberfest #oas #open_source #openapi #openapi_specification #openapi3 #openapi31 #rest #rest_api #swagger #swagger_api #swagger_js #swagger_oss #swagger_ui

Swagger UI is a tool that helps developers and users interact with APIs. It creates a visual interface from OpenAPI specifications, making it easy to understand and use APIs without needing to know the underlying code. This tool benefits users by providing clear documentation and allowing them to test API methods directly from the interface. It also supports collaboration and compliance with the latest OpenAPI standards, making it easier to develop and consume APIs efficiently[1][3][5].

https://github.com/swagger-api/swagger-ui