Skip to main content

3 posts tagged with "Swagger"

Swagger is a set of open-source tools built around the OpenAPI Specification that can help you design, build, document, and consume RESTful web services.

View All Tags
Adrian Escutia
Rebel Innovator
Detect API Backward Compatibility Breakdowns Automatically

When developers integrate systems and a new API version gets released, there's often a common struggle: figuring out what breaks. The task of identifying backward compatibility issues can be tedious and overwhelming. Sometimes, changes in the API are buried deep within documentation - hidden away in a PowerPoint presented to a select group, a demo recorded months ago, or a lengthy PDF you never got around to reading.

The real pain? Even after you track down all this information, a small, overlooked change could cause massive problems in your integration. It's frustrating, time-consuming, and distracting from what developers truly love to do; write code.

· 12 min read
Adrian Escutia
Rebel Innovator
You're Using Swagger Wrong: How to Master API Design

API design is more than just a checkbox on your development to-do list. Yet, too many teams treat tools like Swagger as mere documentation generators rather than powerful assets for improving API quality. From missing JSON schemas to neglecting proper response codes, sloppy API design leads to inconsistent integrations and frustrated users. If you're using Swagger just to map out your endpoints, you're doing it wrong.

In this post, we'll dive into common mistakes and show you how to leverage Swagger for a robust, foolproof API design process.

· 7 min read
Adrian Escutia
Rebel Innovator
CLI Tool Simplifying API Consumption – A Curl Alternative

Do We Really Need Another Tool for API Interaction via CLI? Absolutely. Here's Why.

Let's be honest—when you hear about yet another tool for API interaction via CLI, the first question that pops into your head is probably, "Do we really need this?"

I get it. With tools like curl, Postman, and a variety of SDKs, you'd think we've got all our API interaction bases covered. But… what if I told you there's a way to make API consumption faster, simpler, and—dare I say it—enjoyable?

· 5 min read

By continuing you agree to our

Privacy Policy