Are you struggling to secure your Swagger UI in your Spring Boot application? Let's dive into the world of Swagger Basic Auth and unlock the potential of secure API documentation!Swagger UI is an inva...
When working with APIs in Angular, we often use tools like Swagger Codegen or OpenAPI Generator to generate TypeScript clients. However, these generated clients typically include a hardcoded basePath,...
Documenting APIs is often tedious, but what if you could generate detailed Swagger documentation automatically while testing your API? That's exactly what Maira-CLI does. This developer tool intercept...
Introduction
Hello, devs! 👋Last year, I embarked on a project with a friend where we decided to create an application using Ruby on Rails for the backend API and React for the frontend. As...
Greetings,
today I decided to talk about how automatic generation of models and services on the frontend can simplify the development process.The problem of interaction between the frontend and backen...
Introduction
Nowadays, more and more engineering teams use OpenAPI (Swagger) to generate API documentation during the API delivery process. The typical delivery format is: a yaml spec file, b...
Have you ever struggled to understand someone else’s API-or even your own, months later? That’s where Swagger’s “describe” capabilities come in, transforming how we communicate, test, and sc...