Release Notes

api notifications

API Notifications, are they really necessary?

Common notifications There are two types of API notifications: APIOps notifications and execution notifications. Most applications focus solely on execution, but who keeps developers informed about changes? That’s where APIQuality comes in. With APIQuality, you can: Follow specific APIs. Monitor domains. Stay updated on all activities in the APIOps cycle. Configure personalized API notifications directly […]

API Notifications, are they really necessary? Read More »

backward compatible

How can we determine if an API is backward compatible with a previous version?

When is an API not backward compatible? An API is considered not backward compatible when changes are made that could break existing integrations.  Requests: Changing an optional attribute to required in the request body. Adding a new required attribute. Deleting an existing required attribute. Modifying the format of an attribute. Check backward compatibility in responses

How can we determine if an API is backward compatible with a previous version? Read More »

How to create APIs using Artificial Intelligence

Preparing to create an API with AI There are three key elements to creating an API using AI: Style Guides: These help define the API format and ensure consistency. API Template: Provides a ready-made API example to guide the creation process. Prompt: It’s crucial to define a prompt beforehand to instruct the AI effectively. Creating

How to create APIs using Artificial Intelligence Read More »