Best of OpenAPIJanuary 2024

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Build a CRUD REST API with NestJS, Docker, Swagger, and Prisma

    Learn how to build a CRUD REST API with NestJS, Docker, Swagger, and Prisma. Explore the power of NestJS, Docker, Swagger, and Prisma to implement CRUD operations for managing recipes.

  2. 2
    Article
    Avatar of devtoDEV·2y

    How to Automatically Consume RESTful APIs in Your Frontend

    Automating the consumption of RESTful APIs in the frontend using Swagger and OpenAPI can significantly reduce boilerplate code, improve efficiency, and enhance collaboration between frontend and backend teams.

  3. 3
    Article
    Avatar of devtoDEV·2y

    Writing type safe API clients in TypeScript

    Learn how to write type safe API clients in TypeScript using openapi-typescript and axios. Generate the schema from an OpenAPI spec file, integrate it into your API layer, and make API calls using the generated client. Discover the benefits and caveats of this approach.