Best of OpenAPIApril 2025

  1. 1
    Article
    Avatar of phProduct Hunt·1y

    RapidMCP - Convert your REST API into an MCP Server in minutes!

    RapidMCP allows the conversion of REST API specifications into MCP servers in minutes without any coding. It aims to streamline the process of making APIs MCP-ready, including considerations for OpenAPI Swagger spec and authentication.

  2. 2
    Article
    Avatar of awegoAwesome Go·1y

    gRPC API Gateway: Bridging the Gap Between REST and gRPC

    gRPC API Gateway facilitates the exposure of REST API endpoints for gRPC servers by providing enhanced configuration flexibility, modern OpenAPI support, comprehensive documentation, robust error handling, and extended streaming support. It improves upon the original gRPC Gateway with features like HTTP/JSON to gRPC translation, extensive control over API behavior, optimized OpenAPI 3.1 specifications, and seamless integration with contemporary API tools.

  3. 3
    Article
    Avatar of hnHacker News·1y

    coder/agentapi: HTTP API for Claude Code, Goose, Aider, and Codex

    AgentAPI allows users to control several coding agents including Claude Code, Goose, Aider, and Codex using an HTTP API. The API can be used to build unified chat interfaces, backend systems, or tools for submitting pull requests. The post provides installation instructions, sample commands, and information about the OpenAPI schema. It also details the structure of conversations handled by AgentAPI, including user and agent messages, and mentions future potential features.

  4. 4
    Article
    Avatar of devblogsDevBlogs·1y

    ASP.NET Core OData Web API Template Preview Release

    The ASP.NET Core OData Web API Template Pack public preview release is now available, designed for .NET 8.0 and above. This template simplifies creating ASP.NET Core Web API projects with OData support and offers features like OData query options, OpenAPI (Swagger) support, and case insensitive routing. Users can install the template via the dotnet CLI or Visual Studio IDE. Feedback is encouraged to improve this new release.