Systems | Development | Analytics | API | Testing

API

GitOps Integration with WSO2 APK: Kubernetes Native API Management

Explore the seamless integration of GitOps with WSO2 API Platform for Kubernetes (APK) in this enlightening screencast session. The need for a robust API management solution that fits naturally into the Kubernetes ecosystem has never been more critical. WSO2 APK emerges as a solution designed to harmonize with Kubernetes-native practices, offering native GitOps integration to API lifecycle management. This session delves into how WSO2 APK not only simplifies the deployment and management of APIs within Kubernetes clusters but also enhances operational efficiency and consistency through GitOps methodologies.

Master Documenting Your APIs: Tips for Effective API Documentation

API (application programming interface) document works as a developer’s compass for navigating complex services. In this guide, we provide straightforward insights into crafting excellent API documentation. At the end of this article, you will know how to succeed as both creators and consumers of APIs through effective documentation.

Using Python for GET API Calls: A Step-by-Step Guide for Developers

Understanding how to make a GET request to an API using Python is an essential skill for developers. This article will guide you through the process, demonstrating how to use Python’s ‘requests’ library to fetch data, handle the full JSON object in response, and manage API errors efficiently. Step into the practical world of Python GET API calls without any detours.

Managing Application Auth for Different Audiences

Let’s pose a hypothetical scenario. You're the API product owner at the Paris, Texas Regional Airport. You're in charge of two main APIs: Flights API and Scheduling API. Flights API is primarily used by local research institutions that are interested in read-only access to information about departures and arrivals. Scheduling API is primarily used by airline partners who are interested in updating information about their flights and gates.

GitTogether | Let's get Meshy with Istio Service Mesh | Leon Nunes

In the world of microservices, networking and Observabilty is always a challenge, often there are different methodologies used. A service mesh is something that standardizes this. Istio service mesh is a mature framework that runs in K8s and provides a standard interface for this In this session we will do a istio 101 and go over how a service mesh helps with microservices and hybrid architectures.

Resolving Database Conflicts with Centralized APIs in Microservices

Back in the 2000s, code lived in one execution thread. Database queries, user interactions, and data pipelines were all managed by the same processes. The problem? Everything was interconnected and interdependent. Fixing one thing might break another. Releases were all or nothing. We call this monolith hell. Your ticket out? Microservices.