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...Codeigniter4
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...Adventures 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
Utkarshblogs.utkarshrajput.com·Oct 14, 2024Document you NodeJS APIs the best wayIntroduction As a Node.js developer, I’ve faced the same issue countless times: you build an awesome API with Express.js, it works great, and then… documentation. The excitement fizzles out. Let’s be real, no one loves documenting APIs, but we all ap...documentation
Tina Hollyblog.tinaciousdesign.com·Oct 14, 2024Open API (Part 3): Generating an OpenAPI spec file from codeOverview This is the 3rd article in a series of posts about working with Open API to create generated API clients and documentation websites. In the 1st post we went over what we can do with Open API spec files, e.g. generate API clients and documen...101 readsOpenApi
Tina Hollyblog.tinaciousdesign.com·Oct 7, 2024Open API (Part 2): Handcrafted, bespoke, artisanal Open API specs: API contract-firstOverview This article is the 2nd in a series of blog posts that discuss using Open API to help with API documentation and API client code generation. In the previous article, we went over how we can generate documentation and API clients using existi...10 likes·27 readsOpenApi
Tina Hollyblog.tinaciousdesign.com·Sep 30, 2024Open API (Part 1): Generating API clients and documentation from an Open API specOverview This article starts a series of Open API-related blog posts. OpenAPI, previously known as Swagger (a name still in use today for many of its tools), is a suite of tools that generate documentation and networking clients for various programmi...52 readsOpenApi