Best of OpenAPIOctober 2023

  1. 1
    Article
    Avatar of itnextITNEXT·3y

    End-to-End Type Safety with .NET 7 Web APIs, TypeScript, and OpenAPI

    Learn how to achieve end-to-end type safety with .NET 7 Web APIs, TypeScript, and OpenAPI. Set up the frontend and backend configurations, generate OpenAPI schema and TypeScript client bindings, and enable hot reload for development.

  2. 2
    Article
    Avatar of hnHacker News·3y

    AndrewWalsh/openapi-devtools: Effortlessly discover API behaviour with a Chrome extension that automatically generates OpenAPI specifications in real time for any app or website

    Discover API behavior with a Chrome extension that generates OpenAPI specifications in real time for any app or website. The extension allows users to instantly generate OpenAPI 3.1 specifications, automatically merge request and response headers, bodies, and query parameters, and view and download the specifications.

  3. 3
    Article
    Avatar of hnHacker News·3y

    instant-dev/api: Build type-safe web APIs with JavaScript, instantly

    Instant API is a framework for building type-safe web APIs with JavaScript. It provides features like OpenAPI specification generation, streaming responses, debugging, and easy deployment.