Steve Josekstevejose.hashnode.dev·Feb 2, 2025Swagger BundlingSwagger Bundling Hello everyone, I would like you to introduce Swagger bundling which I discovered recently and implemented while working on our API documentation. What is Swagger Bundling? Swagger Bundling is a process used for managing large comple...44 readsOpenApi
Jeongho Namsamchon.hashnode.dev·Feb 1, 2025I made function calling agent builder by Swagger document (Every Backend Servers can be Super A.I. Chatbot)https://www.youtube.com/watch?v=m47p4iJ90Ms Demonstration Shopping A.I. Chatbot Application: https://nestia.io/chat/shopping Shopping Backend Repository: https://github.com/samchon/shopping-backend Shopping Swagger Document (@nestia/editor): ht...swagger
Tushar Pamnanitusharpamnani7.hashnode.dev·Jan 31, 2025Embracing SwaggerAfter mastering Postman, I discovered Swagger (OpenAPI), and it completely changed how I approach API development. While Postman is great for testing, Swagger bridges the gap between documentation and testing – something I didn't know I needed until ...API Testingswagger
Olubisi Folarinoluwalonibisi.hashnode.dev·Jan 22, 2025How to Set Up OpenAPI Specification on MintlifyPrerequisites OpenAPI Specification file (JSON or YAML format) Mintlify account GitHub for hosting your project Code Editor - VS Code Node.js - Node Package Manager Introduction Mintlify is a documentation platform that can create and maintain...11 likes·95 readsOpenAPI Specification
Dinesh Nairtechdineshwrites.hashnode.dev·Jan 23, 2025Building a REST API with FastAPI, PostgreSQL, and Swagger DocumentationUsing FastAPI, we’ll create a basic API for employee performance review. This API will be tied to a PostgreSQL database, ensuring the data storage and retrieval. Later on, we’ll use Swagger documentation for interacting with the API. FastAPI automati...FastAPI
Omkar Kanadeomkarkanade.hashnode.dev·Jan 16, 2025Mastering RESTful APIs with Spring Boot: A Step-by-Step Guide with Swagger IntegrationBuilding a Robust REST API with Spring Boot In this guide, we will walk through the process of building a robust REST API using Spring Boot. We will cover various topics such as setting up controllers, mapping requests to the appropriate handlers, ad...spring-boot
Dinesh Nairtechdineshwrites.hashnode.dev·Jan 13, 2025Building a REST API with Flask-RESTx and Swagger DocumentationIn this tutorial, we'll create a simple REST API to manage contacts. The API will include fields for name, email, and a subscription indicator to track whether a contact has subscribed to our newsletter. We'll use Flask-RESTx, which can automatically...Flask Framework
Muhamad Dani Ramandamdrdani.my.id·Jan 13, 2025NestJS Beginner's Guide: Memulai dengan Framework TypeScriptBuku ini dirancang untuk menjadi panduan praktis bagi Anda yang ingin mempelajari NestJS, sebuah framework backend berbasis Node.js yang populer karena arsitektur modularnya. Dengan pendekatan yang terstruktur dan disertai studi kasus, Anda akan dibi...nestjs
Hamza Waleedhamzawaleed.com·Jan 9, 2025Merging multiple OpenAPI spec files into oneI recently had the opportunity to work within the Open edX ecosystem, and I plan to continue sharing my interesting experiences. Recently, I worked on the Enterprise Docs MFE, which requires you to be logged in to access it. Here's a screenshot(nothi...35 readsOpenApi
MD Shahin Mia Robinmsmrobin.hashnode.dev·Dec 16, 2024Integrate Swagger UI with Codeigniter4Swagger is a widely used API documentation and testing tool that seamlessly integrates with popular web frameworks like Laravel, Spring Boot, CodeIgniter, and ExpressJS. In this article, we will focus on integrating Swagger with CodeIgniter. Installi...49 readsCodeigniter4