Articles by Tag #openapi

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Trying to get s*** done with an LLM

I had a goal: to create a command-line interface (CLI) for a well-known API I was using at work....

Learn More 18 5Jun 6

Build HTTP APIs with Dependency Injection in TypeScript — Meet the Inversify Framework

If you love clean architecture and TypeScript, this guide will show you how to build fast,...

Learn More 3 0Nov 7

.NET 9 dropped Swashbuckle — but you can still keep Swagger UI backed by OpenAPI

So, .NET 9 showed up and decided Swashbuckle’s time in the templates was over. No AddSwaggerGen(), no...

Learn More 0 0Oct 24

SvelteKit RPC with Hono

Original article published at tolu.se/blog/sveltekit-rpc-hono/ Working example codebase for article...

Learn More 0 0Oct 5

How to convert OpenAPI spec to Requestly API collection

If you already have an OpenAPI Specification (Swagger) for your API, you don’t need to recreate...

Learn More 1 0Oct 31

🚀 Bytedocs is Now Live for Laravel, Rust, and Go!

A few weeks ago I introduced Bytedocs, a modern alternative to Swagger. in my first article where I...

Learn More 0 0Oct 2

OpenAPI to TypeScript: a More Reliable and Type-Safe Approach

If you’re building REST API clients (or servers) with TypeScript, you expect type safety to save the...

Learn More 2 0Sep 14

Transform Your OpenAPI Specs Into Living Documentation: The Complete Guide

Documentation debt is real. Every developer knows the sinking feeling of discovering their API docs...

Learn More 12 0Nov 24

10 Best OpenAPI Documentation Generators: Turn Your Spec Into Developer-Friendly Docs

Your OpenAPI spec is complete. Every endpoint documented, every parameter defined, every response...

Learn More 16 0Nov 18

.NET 9 Revolutionizing documentation of APIs : From Swashbuckle to Scalar 🚀

Abstract API documentation is the backbone of modern software development. With .NET 9's...

Learn More 28 0Jan 9

We Made OpenAPI Generator Think in Generics

How a small Spring Boot experiment evolved into a generics-aware API client framework — and what it...

Learn More 1 0Sep 22

Securely Exposing LM Studio with Nginx Proxy + Auth + Manage loaded models

LM Studio Web Manager is a lightweight web UI to list, load/unload, and configure LM Studio models. It adds Basic Auth or Bearer token security through nginx proxy and enables access from any device without needing a VPN.

Learn More 0 0Nov 19

The 4-Day Wait: Why I'm Always Blocked Waiting for APIs

Okay, this happened to me again yesterday and I finally snapped. On a Monday... PM: "hey, we need a...

Learn More 1 0Sep 24

How I write Go APIs in 2025 - my experience with Fuego

My Journey with Fuego I’ve been a Go developer for a few years now and, like many Gophers, I’ve...

Learn More 13 1Jan 9

Musings 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...

Learn More 10 0Dec 5 '24

FastOpenAPI: A Reason to Believe in Open Source Community

Links Documentation: Docs Repository: GitHub PyPi: FastOpenAPI About a month...

Learn More 5 2Apr 18

How we streamlined frontend development with OpenAPI 🚀

Many of you have probably used OpenAPI in your projects, or at least heard of it. But from my regular...

Learn More 10 3Jun 12

A Closer Look At API Docs Generated via LiveAPI's AI

I've been working on an engineering tool, LiveAPI, for the past few months with a passionate team of...

Learn More 10 0Dec 6 '24

Using OpenAPI to Automate API Integration With Rapyd's Payment Gateway

By: Kevin Kimani Payment gateways like Rapyd help businesses seamlessly handle transactions across...

Learn More 9 0Mar 11

How to Defeat the Chaos of Manual Backend Contracts: Automating Models in Angular

Greetings, today I decided to talk about how automatic generation of models and services on the...

Learn More 0 0Apr 14

Model Context Protocol (MCP) - Should I stay or should I go? 🎶

In this article, we'll explore the Model Context Protocol (MCP) briefly and help you decide whether...

Learn More 6 0Mar 10

Why OpenAPI (Swagger) Is More Than Just Documentation

Introduction Nowadays, more and more engineering teams use OpenAPI (Swagger) to generate...

Learn More 6 2Apr 25

How Scale Changes Everything - The LiveAPI Perspective

This post might get a little meta – so consider this a gentle warning before you dive in. But I...

Learn More 4 0Dec 8 '24

Building my first Local MCP server using Swagger & OpenAPITools

Let's be real: enterprise software can feel like a labyrinth. Our app at AnchorBlock, AnchorBooks.ai,...

Learn More 0 0Aug 3

Contract Tests with TypeScript and OpenAPI Codegen

Introduction At Chili Piper, one of our ongoing challenges is ensuring our frontend...

Learn More 6 0Feb 8

Turn Your OpenAPI Specs Into Agentic Tools—Instantly

What if your internal APIs could talk to AI agents without manual integration, schema rewrites, or...

Learn More 1 0Apr 25

🚀 OpenAPI to TypeScript Converter

A powerful online tool for quickly converting OpenAPI specifications to TypeScript type definitions...

Learn More 0 0Sep 14

OPEN API Specification - Guide

WHY when we create backend for our app, if we want other people to make request to our...

Learn More 2 0Feb 18

Integrate SwaggerUI into Vue 3 — and extend it like a Jedi Dev

TL;DR: Learn how to integrate Swagger UI into a Vue 3 application and create custom plugins to extend...

Learn More 2 2Jun 8

Generating & Building The OpenAI SDK With Stainless & Speakeasy

SDKs win developers. The clear DX advantage of an SDK over raw HTTP is undeniable–type safety,...

Learn More 1 1Mar 13