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...OpenApi
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...37 readsCodeigniter4
Panth Patelhow-is-my-backend.whiteloves.in·Dec 11, 2024A Guide to Node.js Generic Routing Systemhttps://jsr.io/@panth977/routes gives you a cool design system to set up your routes, with support for Middleware, HTTP (req, single res), and SSE. But keep in mind, this package isn't meant to serve your routes! For that, you'll need https://jsr.io/...http
Shrijith Venkatramanashrsv.hashnode.dev·Dec 5, 2024Musings Over What Makes LiveAPI Different (from Swagger Et Cetera)Note: This post was cross-posted from Hexmos Journal As I work on LiveAPI day in day out, trying to make it a tool worthy of people's time and attention - I keep thinking about what makes LiveAPI different from Swagger et cetera. What truly different...10 likesAPIs
Oussama Chahidiwevdevblog.hashnode.dev·Nov 1, 2024Spring Boot Swagger Integration GuideSwagger is an essential tool for building and documenting APIs, providing a clear structure and interactive interface that simplifies development and integration. When paired with Spring Boot, it enables the rapid creation of RESTful APIs with seamle...1 likeSpringboot
Andy Blackledgewww.10printiamcool.com·Oct 27, 2024Using composition over inheritance to create an OpenAPI clientIn the previous parts in this series, I discovered the OpenAPI package, used it to verify REST API payloads, and then used it to create a class that can use an OpenAPI specification to become a dynamic API client. At the end of the last part, I compa...33 readsAdventures with Microsoft.OpenApiReader and REST clientsC#
Nicholas Diamondnicholasdiamond.hashnode.dev·Oct 25, 2024Using OpenAPI/Swagger Documentation for Node.js APIsAPI documentation is a critical part of any modern backend application, and for developers building APIs with Node.js, ensuring that your API is well-documented can vastly improve collaboration with your team and consumption by clients. Clear, up-to-...OpenApi