Best of OpenAPIJuly 2023

  1. 1
    Article
    Avatar of taiTowards AI·3y

    GPT4Readability — Never Write a README Again

    GPT4Readability is a powerful tool designed to automatically generate a README.md file. It can also suggest code improvements for your Python code repositories. The entire development of this tool costs just $1.50, which seems quite cheap compared to the $20/month ChatGPT plus users pay.

  2. 2
    Article
    Avatar of frankelA Java geek·3y

    Designing APIs with Swagger and OpenAPI

    The book goes through designing a complete API via a demo project, the Farmstall API. The book’s main benefit is also its main issue: it focuses on beginners. If you have more than a passing familiarity with any of the above, I'm afraid it will be a loss of your money and time.

  3. 3
    Article
    Avatar of devtoDEV·3y

    Learning Go by examples: part 11 - Generate a Go SDK (API client library) from your Go REST API

    The OpenAPI Generator is open sourced and has a GitHub repository. In this article we will use the generator that will allow us to generate a Go SDK with the parameters we will define. In order for our SDK to be generated with the right information, we must be careful to define certain elements of the swagger file.