Systems | Development | Analytics | API | Testing

API

Building Efficient Data-Driven Apps: A GraphQL Tutorial for iOS App Developers

GraphQL is a query language and runtime for APIs, developed by Facebook in 2012 and later open-sourced in 2015. And it has changed the way we fetch data from our server. Typically, most front-end clients – like React, Angular, Vue, or mobile apps like iOS and Android – use REST APIs to fetch data from the server. REST APIs require more HTTP calls than GraphQL, which leads to over and underfetching.

What is Integrate.io?

Integrate.io - the no-code data pipeline platform. Transform your data warehouse into a data platform with Integrate.io’s ETL, ELT, Reverse ETL, and API Management offerings. Your data warehouse is no longer a place where your data goes to get stored. Your data warehouse needs to sit at the center of your operations and be the heartbeat of your organization.

Tightening Bearer Token Authentication with Proof-of-Possession Tokens Using Kong

In token-based architecture, tokens represent the client’s entitlement to access protected resources. Access tokens (or bearer tokens as they're commonly known) are issued by authorization servers after successful user authentication. The tokens are passed as credentials in the request to the target APIs which inform the API that the bearer of the token is authorized to access the API and perform certain actions.

What is API Led Connectivity | Understanding API-Led Connectivity

APIs (application programming interfaces) are increasingly acting as the “missing link” to help organizations integrate all their systems, applications, and databases. So how can you take advantage of API integrations for yourself? The answer is API-led connectivity. API-led connectivity is a systematic approach that uses APIs to seamlessly integrate diverse technologies within an organization, enabling efficient data and application access while fostering agility and innovation.

Debugging and Diagnosing the Kong Gateway With Ease

We’re excited to announce the general availability of Kong Gateway 3.5 for Open Source (OSS). This release enables Javascript developers to extend the Gateway via the WebAssembly layer which is currently in Beta, delivers some enormous observability enhancements, and unlocks top-end performance. Keep reading for the latest on Kong Gateway 3.5 for OSS!

Your Secrets and Tokens are Secure with Kong Gateway Enterprise 3.5

Kong Gateway Enterprise 3.5 is packed with security features to support the use cases demanded by our enterprise customers through major improvements in Secrets Management integrations and our Open-ID Connect (OIDC) plugin. Additionally, we’ve added key security updates for a few of our AWS integrations.

Implementing GraphQL Subgraphs with Ballerina Swan Lake for Federated APIs

This article is based on Ballerina Swan Lake Update 7.2. Today, I want to share insights into implementing GraphQL subgraphs in Ballerina. But before we dive into coding, let's take a moment to understand GraphQL federation and the problems it solves. Ballerina Swan Lake WSO2 is an open-source and cloud-native programming language optimized for integration GraphQL Federation is a way to build a unified GraphQL API by combining multiple GraphQL services.