Best of OpenAPIMay 2024

  1. 1
    Article
    Avatar of lobstersLobsters·2y

    Why, after 6 years, I’m over GraphQL

    The author explains why they no longer recommend GraphQL due to security risks, performance issues, coupling, complexity, and more. They suggest considering an OpenAPI-compliant JSON REST API as an alternative.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Laravel OpenAPI (Swagger) Documentation Generator

    Scramble is a Laravel OpenAPI (Swagger) Documentation Generator that automatically generates API documentation without the need for manual PHPDoc annotations.

  3. 3
    Video
    Avatar of nickchapsasNick Chapsas·2y

    Swagger is Going Away in .NET 9!

    Swagger is being removed in .NET 9, but alternative packages are available. Microsoft is aiming to provide more flexibility and features with their own package. The decision has sparked a discussion on whether Microsoft should build these packages in-house or support external packages.

  4. 4
    Article
    Avatar of awstipAWS Tip·2y

    OpenAPI (Swagger docs) integration with serverless framework | Node.js Express.js Typescript

    This post discusses the integration of OpenAPI (Swagger docs) with the serverless framework using Node.js and Express.js with Typescript.