Systems | Development | Analytics | API | Testing

API

REST API Principles | A Comprehensive Overview

REST APIs are the basis of all interactions between different applications. Many companies and organizations today offer APIs to interact with their applications. REST APIs allow third-party application developers to perform operations such as transmitting or accessing data from one application to another. This is called a public API. This means that this API is intended for interaction with third-party apps.

Demonstrating Proof-of-Possession (DPoP): Preventing Illegal Access of APIs

In a previous blog post, we discussed the prevalence of bearer tokens (or access tokens) to restrict access to protected resources, the challenges the sheer nature of bearer tokens present, and available mitigations. To recap, presenting a bearer token is proof enough of an authorization grant to avail the service and access resources protected by the token. This poses many security risks such as using stolen or leaked tokens to gain unauthorized access.

Mastering Python with REST API: Your Essential Guide to Building Robust Web Services

If you’re looking to integrate web services using Python, mastering REST APIs is crucial. This article delivers a clear, step-by-step guide to leveraging Python with REST API’s straightforward syntax and libraries to build and connect with RESTful services. From environment setup to security and beyond, expect practical advice that will elevate your Python with REST API projects seamlessly within the world of REST APIs.

Kong Konnect Demo: Revolutionize Your API Management with a Unified Cloud-Native Platform

Kong Konnect Demo: Revolutionize Your API Management with a Unified Cloud-Native Platform In this video, Vice President Product Management, Ross Kukulinski showcases how Kong Konnect addresses the challenges of API security, multi-cloud deployments, and AI workload governance. Kong Konnect is one platform to manage them all in one unified control plane: API gateways, AI gateways, ingress, and service meshes.

How to Quickly Deploy Kong Gateways in Konnect Docker, Serverless, and Kubernetes

How to Quickly Deploy Kong Gateways in Konnect Docker, Serverless, and Kubernetes In this video, Senior Director, Developer Relations, Michael Heap, walks through three efficient ways to deploy Kong Gateway with Konnect. Learn how to get started with Kong Gateway using Docker on your local machine, how to make your gateway publicly accessible using a Serverless Gateway, and how to set up a production deployment on Kubernetes (Amazon EKS).

Creating a Secure SIMATIC PLC REST API Using DreamFactory

Organizations deploying Siemens SIMATIC PLCs (Programmable Logic Controllers) will logically want to track and manage PLC metrics. Exactly how these metrics are managed will depend upon the specific needs of the organization. For instance, organizations that would like to send PLC data directly to a Microsoft SQL Server database can use the TDS (Tabular Data Stream) protocol. But what if you wanted to subsequently access this data via a REST API?

Simplifying the API Acronym: Your Ultimate Guide to Application Programming Interfaces

What does ‘API’ stand for, and why is it essential in the tech world? API, short for Application Programming Interface or the API acronym, is a crucial component that enables different software programs to communicate with each other. This article is your guide to understanding APIs: from their basic definition to their architectures, and their role in shaping modern digital experiences.

Calling other APIs with DreamFactory

Integrating and calling other APIs is an important step in the development process. APIs allow different systems to communicate and share data, enabling developers to build more dynamic and feature-rich applications. Whether it's accessing third-party services, aggregating data from multiple sources, or automating workflows, the ability to effectively integrate and call other APIs is a key component of a successful software strategy.

Mastering REST API for Test: Essential Methods and Tools for Quality Assurance

Testing REST APIs is crucial for reliable software. This article zeroes in on harnessing REST API for test, focusing on the practicalities of verifying API performance and security. Learn the steps and techniques for testing REST API, including the tools and methods used, the challenges faced, and the significance of REST API testing in web applications. Skip the guesswork and discover surefire tools and techniques that fortify your testing protocol.

What is API Test Automation? A Complete Guide

79% of organizations acknowledge their increasing reliance on APIs for revenue generation. APIs facilitate transactions, streamline operations, and enhance customer experiences. However, any disruptions or malfunctions in API functionality can have significant consequences. While API testing addresses these issues, API test automation is essential for ensuring APIs function correctly and reliably.