Articles by Tag #openapi

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

New Swagger-UI embedding Cloud TypeScript Editor with RPC SDK

@nestia/editor Swagger-UI embedding Cloud TypeScript Editor and RPC SDK. Live...

Learn More 44 0Oct 29 '24

.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 26 0Jan 9

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

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

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

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

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

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 Generate and Display Swagger (OpenAPI) Documentation for Your Laravel API

Swagger, now known as OpenAPI, is a powerful tool to describe your API's endpoints, request...

Learn More 7 0Nov 9 '24

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

Stop Hand-Waving Your API: Practical JSON Schema Patterns in OpenAPI

Treat your OpenAPI as a contract, not a suggestion. Use JSON Schema patterns like $ref, allOf/oneOf,...

Learn More 6 0Aug 25

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

Why we chose the Go Huma framework to develop our API endpoints

At the company where I work as a software engineer, we are in the process of developing an API that...

Learn More 6 3Nov 7 '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

Laravel API Documentation Made Easy: Step-by-Step Swagger Integration

Integrating Swagger with Laravel for API documentation involves a few steps to set up Swagger UI and...

Learn More 5 0Oct 29 '24

Integrating OpenAPI With Mintlify

Can a developer successfully work with an API without a standard API documentation? My answer is as...

Learn More 4 0Mar 4

Define, Generate, and Implement: An API-First Approach with OpenAPI Generator and FlightPHP

Adopting an API-first strategy ensures that your server and client remain in sync, dramatically...

Learn More 4 1Feb 24

SvelteKit RPC with Hono

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

Learn More 4 0Oct 5

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

Integrating OpenAPI Documentation and Swagger UI in Spring Boot

In modern API development, OpenAPI documentation and Swagger UI are very powerful tools. It is very...

Learn More 3 1Dec 20 '24

OpenAPI and Frontend

Recap In the previous part of the series, we configured the PostgreSQL database, created...

Learn More 3 0Nov 10 '24

Step-by-Step Guide to Integrating LLM with Proxies

Introduction: Why Combine LLMs with Proxies? In today's AI-driven world, large language...

Learn More 3 0Jun 9

OpenAPI vs REST API: Key Differences and When to Use Each

APIs are the backbone of modern software development, enabling smooth communication between systems....

Learn More 2 0Sep 10

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

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

Exploring AutoAPI: An Automation Tool to Simplify Frontend Development

Managing API requests and response types is a critical task in modern frontend development. AutoAPI...

Learn More 2 0Nov 25 '24

Automatically Generate OpenAPI 3.0 Schemas from Mock API Responses using PHP

If you've ever found yourself writing repetitive OpenAPI specs by hand, you'll love this. What if...

Learn More 1 0Apr 11

Magic JSON in Haskell

Among all Haskell libraries I have used, the one I reach for the most is autodocodec. I will explain...

Learn More 1 0May 23

Why Clear and Meaningful Status Codes Matter in Your REST API

Picture this: It’s late at night, and a tester is running through a suite of automated checks when...

Learn More 1 0Dec 10 '24