APITesting

How to Perform API Testing With Postman

Today, the tolerance of errors in software applications is quite low. When most of the users encounter an error while using an application, the rate of reusing that application gradually decreases. Errors undermine users’ trust in applications. For this reason, APIs developed in many software applications are regularly tested. API testing tools are useful tools for both paid and free public…
Read more
APITesting

How to Use API Keys Securely in Postman

Data security has become one of the biggest responsibilities of businesses and developers in our age. Many applications retrieve, store, and display users’ personal information exclusively for the respective user. Today’s software applications actively carry this…
API

5 Use Cases for News Rest API Integration

The number of APIs that provide news data continues to increase. Many businesses directly incorporate these APIs that provide news data into their API integration process. In this way, businesses get an uninterrupted news flow. So what can businesses use a news REST API that provides news data for? Businesses and developers can use the news REST API for many purposes. In this article, we will talk…
Read more
API

Parsing Rest API JSON Response With Node.js

Parsing data operations are frequently performed in software development applications. Today, many software development applications obtain data from third-party services. These third-party services can be RESTful API, GraphQL API, OData API, and more. The data obtained…
API

Building A Nodejs Live News App With Mediastack API

Live news applications are one of the most preferred application types on the internet recently. In the digital age, rapidly developing technology has made information about the world more accessible. In other words, the world is smaller now. Especially, it wouldn’t surprise anyone today that any live news app developed with an API like the mediastack API global news provider has millions…
Read more
API

What is an API? How Do APIs Improve Developer Productivity?

Data acquisition processes of businesses have changed constantly from past to present. In the past, costly operations such as data acquisition or manual data acquisition were preferred. But today, with API integration, businesses can easily obtain the data they need. With…
API

API Keys: Why and When to Use API Keys

API usage has increased rapidly in recent times. Almost every project uses APIs for data exchange. One of the most common examples in today’s software architectures is the communication of Frontend applications with Backend applications via an API. Additionally, in…
API

What Are the Types of APIs and Their Differences?

Today, API is actively used in almost every business, both large and small. API (aka. Application Programming Interface) is an interface that allows multiple software applications to communicate with each other. For example, when an application wants to use a feature in another application, this feature becomes available thanks to the API. There are many types of APIs that businesses can use based…
Read more