Systems | Development | Analytics | API | Testing

API

SAP HANA APIs with DreamFactory

The ability to process and analyze information in real-time is more than just an advantage—it’s a necessity. SAP HANA, with its in-memory technology, has emerged as a leader in this domain, offering businesses unparalleled speed and agility in data analytics. However, as powerful as SAP HANA is, maximizing its potential often requires seamless integration with other platforms and applications. Enter DreamFactory: an open-source API generation platform designed to connect the dots.

How to Automate Your Test Management in Jira

With demands on software development teams to work faster than ever before, efficiency is King. Many teams are implementing test automation to boost productivity, as manual testing can be time-consuming and error prone. Test automation revolutionizes the testing process. It enables you to automatically publish test results from various automation frameworks directly into your test management environment.

What Is API Gateway Authentication?

API gateway authentication is one of the key functions of an API gateway. In carrying out this function, the API gateway manages authentication and authorization for the entire group of APIs that sit behind it. In this way, API gateway authentication safeguards your systems and information against unwanted access, data breaches, hacks, and mistakes. While the basic premise of API gateway authentication is easy enough to grasp, this guide offers a more nuanced understanding of the concept.

Exploring Event-Driven Architecture: A Beginner's Guide for Cloud Native Developers

Classical request/response architecture is driven by procedure calls, where a caller waits for the call to finish, and the call continues until the work is done. Each incoming call is broken into smaller procedure calls, which may in turn call other procedures. In contrast, event-driven architecture (EDA) is driven by events such as user actions, sensor outputs, or messages from other programs/threads, which determines the execution flow.

Discover, Test, and Succeed: SwaggerHub Explore Meets SwaggerHub Portal

API documentation is the cornerstone of any successful API-driven project. It serves as a critical reference point for developers and consumers to understand how an API works, its endpoints, request/response formats, and more. While having comprehensive documentation is essential, what truly sets developers apart is the ability to seamlessly explore and test these APIs within the context of their documentation.

EP3: Unifying the Landscape with a Deep Dive into APIs, Services, and Seamless Communication

In this episode, we explore the complex interplay between APIs and Services, including their distinct versions and life cycles. We clarify the differences between managed or business APIs and service endpoints. The discussion also touches on domain, experience, and utility APIs, direction-based communication, gateway necessities, and the use of eBPF+MTLS as a minimal observer without a sidecar. Join us for a concise yet insightful look at these essential architectural components.

How to Streamline API Development with Consistent API Controls Across Teams

This post is part of a series on becoming a secure API-first company. For a deeper dive, check out the eBook Leading Digital Transformation: Best Practices for Becoming a Secure API-First Company. The growth of APIs isn’t just rapid — it’s a seismic shift. Industry insiders say they plan to introduce more APIs in the next five years than all the APIs they’ve created up until today. And this impending surge will place a serious burden on mission-critical API infrastructure.

What is API Sandbox? Definition, Examples, Key Components, Benefits

Application programming interfaces (APIs) serve as the backbone of today’s digital economy. They connect applications and web services with each other to exchange information and deliver thousands of digital experiences to users every day. With such significance, APIs can’t afford to be buggy, and software testers must frequently test them to identify and address potential issues. However, there’s a catch. Sometimes an API is not fully developed, or is simply too expensive to access.

What's New in Kong Ingress Controller 2.11?

Since our last Kong Ingress Controller release, we’ve been working hard, and today we’re pleased to announce the immediate availability of Kong Ingress Controller 2.11. KIC 2.11’s standout feature is “last known good configuration”, which allows you to scale your data planes out even if you have a broken configuration on your Kubernetes API server. That’s a strange sentence to write, but it happens more than you’d think.