Systems | Development | Analytics | API | Testing

API

How to Use Laravel to Create a GraphQL API

GraphQL is a comprehensive approach to guiding software developers in constructing data-driven applications. It is sometimes referred to be a platform or programming language agnostic query language. It is, in our opinion, the new API standard, allowing client applications to request particular data from the database rather than a full record. This article will teach you some of the core ideas needed to create a GraphQL API that uses Laravel.

GraphQL Subscription support for WSO2 API Manager via WebSockets

Nowadays most businesses adopt GraphQL Subscriptions for their event-driven applications for interactive and immediate user experience. WSO2 API Manager 4.1.0 helps you to create, publish and deploy GraphQL APIs with subscriptions. API Manager Gateway manages your GraphQL subscription backends by applying authentication, authorization, rate limiting, query payload validation, query complexity, and depth validation.

How Uses of Microservices Can Benefit Businesses

Traditionally, software developers have made monolithic applications that offer a wide range of features and services. Over the last several years, many DevOps professionals have turned away from monolithic architecture and embraced the uses of microservices. If your organization hasn’t started using microservices, the following will help you understand your options and the common benefits of microservice architecture.

Websocket APIs withChoreo Connect 1.1.0

Choreo Connect 1.1.0 supports multiple topics, rate limiting, API Insights for WebSocket APIs. Multiple topics support URL mappings which may include path params. You can enable advanced, application or subscription rate limiting based on event count or data bandwidth. API analytics can be published to the Choreo platform. Try out in your local environment.

Top-Down approach to create Managed APIs (API first approach)

The top down approach of API first integration provides the capability for API developers to start creating a managed REST API first in WSO2 API Manager. Then the integration developer can use the same API in the WSO2 Integration Studio to develop the integration later on and expose it to WSO2 API Manager. Thereafter, the API consumers can discover the API from the marketplace, subscribe to it, and use it for application development.

Introducing WSO2 API Manager 4.1

We’re excited to announce that WSO2 API Manager 4.1—a complete platform for building, integrating, and exposing digital services as managed APIs in any environment—is now available. This release improves productivity in development and operations, expands support for different protocols and third-party technologies, and completes the product’s analytics story.

How to implement GraphQL with Flutter + GraphQL example

Have you ever faced the task of implementing a REST API and had to call multiple endpoints to populate data for a single screen? You probably wished you had more control over the data returned by the endpoint so that you could fetch more data with a single endpoint call or have only the necessary data fields returned by the call. Follow along to see how you can achieve this with GraphQL. In this article, we’ll be implementing GraphQL in an existing codebase.