Systems | Development | Analytics | API | Testing

API

How to manage your GraphQL APIs with Apigee

Over the past two decades REST APIs have emerged as a lightweight and flexible standard for enterprise data and backends get exposed to external, partner, and internal applications. Google Cloud’s Apigee is a leader in API Management, allowing users to manage REST APIs — define rate limits, enforce authentication and authorization, block clients that attempt to misuse an API, and ensure APIs work seamlessly as they are updated.

API Automation: What You Need to Know

IT automation is an essential business best practice that has enabled countless organizations to become more efficient. According to a survey by Salesforce, 95 percent of executives and directors see the value of automation, and 88 percent want to pursue automation as a key investment for their business. This general tenet holds for the specific case of API automation as well. APIs are a highly underrated, yet critical, technology that underpins the modern digital ecosystem.

5 Essential Considerations Prior to Building an API

An API is a process where one application, website, or software can talk to another and provides a way for the developers of one application to interact with the components of another application. The goal is to make it easier for people who are working on different projects at the same time to work together seamlessly. There are various reasons that an API may be needed. We can see many companies using APIs in their software development processes, such as Slack, Google Docs, Facebook, and Gmail.

Testing APIs is Every Bit Important as Testing the UI

What I see too often though is folks running multiple UI tests in an attempt to validate specific output values or logic. A much easier way to accomplish this task is to run specific API tests on the business logic of the software. Why should we do this? It’s much faster and easier to write these tests. We can have our developers supporting this process and not just Selenium or automation experts. 'Work smarter, not harder' is a theory we should all be familiar with.

A Complete Guide to CORS (Cross-Origin Resource Sharing) for REST APIs

Many current web applications rely on near-frictionless and simultaneous access to numerous API providers' Web APIs. However, the web's default is to prohibit such "loose" behaviour, much like a firewall that blocks access to untrusted parties in the name of security. That default, thankfully, can be safely altered. Before doing so, however, it is necessary for both Web application developers and API providers to understand the concepts of Cross-Origin Resource Sharing (CORS).

Metrics and Logs Are Out, Distributed Tracing Is In

In this episode of Kongcast, I spoke with Chinmay Gaikwad, the tech evangelist at Epsagon, about distributed tracing and observability for microservices architectures. Check out the transcript and video from our conversation below, and be sure to subscribe to get email alerts for the latest new episodes.

The Top 5 Mulesoft Alternatives

Mulesoft is an all-inclusive data and application integration platform owned by Salesforce. It offers many types of functionality, including Extract, Transform, Load (ETL), API management, and Integration Platform as a Service (IPaaS). Mulesoft may offer a broad range of capabilities, but it has a challenging learning curve, a high price point, and may be far more than what your organization needs for data transformation.

How to consume RESTful APIs in Low-code

APIs are created so that users can use them as a bridge to connect to applications and services. There are thousands of APIs available for consumption, and each API is unique. But it’s really easy to consume APIs to extend the capabilities of your Linx apps, even complex ones that require OAuth 2.0 tokens. Let us show you how with a real-life example.