API

5 Cloud Storage APIs

With today’s internet age, every data is now controlled via the internet. In fact, many people prefer to hide their sources such as information, pictures and data via the internet. The technological age has brought with it different storage systems. Cloud storage is also one of these systems. What is cloud storage Cloud storage; It is an area where data in many fields (photos, pdf, video…
Read more
API

Why Your API Needs Webhooks

As it is known, applications are no longer standalone applications. Integration has begun to occupy a very large place in software. We frequently encounter situations where not only third party services but also different applications we have developed need to work in an…
API

What Is the Difference Between JSON and XML

Today, with the increase in the use of Rest APIs, the number of sign languages that systems exchange data with has increased. Two of the most popular are JSON and XML. In this article, we will examine the JSON and XML languages, which are the markup languages that every…
API

5 Shipping APIs

There are many domains that make up the system in e-commerce platforms. Such as order, cart, payment and shipment. The heart of e-commerce platforms is the shipping process. If users have decided to buy products from your e-commerce platform and have purchased this product, you should handle the shipment transactions perfectly in order not to adversely affect customer satisfaction. You can also…
Read more
API

Key Use Cases for GraphQL APIs

GraphQL, which we have been hearing a lot lately, is used to load data from the server to a client. GraphQL describes itself as “a query language for your APIs”. GraphQL database technology should not be misled. GraphQL is an API query language, so GraphQL is not…
API

5 APIs to Detect Objects From Video

Artificial intelligence and machine learning concepts are mixed in human life today. Many social media applications, smart home systems, music recommended to you in online music applications appear in many areas, such as people. An increasingly popular area in artificial…
API

What’s the Difference Between Swagger and OpenAPI

Documentation and testing of the software developed in software development processes is very important. For example, it is very important to explain the documentation of the Rest APIs developed in a backend application, the explanations of their functions and how to test them. A frontend developer should obtain information about these Rest APIs from the documentation without referring to the…
Read more
API

Best FinTech APIs to Use in Your Finance Software

FinTech, which means Financial Technology, has become popular today. It is a financial industry that has emerged to improve financial services by integrating finance and technology and continues to develop today. Financial technologies, which were initially seen as a more…
APIAutomation

Best Speech-to-Text APIs in 2023

Artificial intelligence applications have entered our lives. In everyday life, we see artificial intelligence applications many times without realizing it. For example, Snapchat puts glasses on users’ eyes and airport cameras measure passenger stress. Another…
API

How to Build an API-Driven Weather App

Many of today’s web backend applications obtain their data from different services. While the backend applications are running, they make requests to different APIs and present the data they obtain to the client. In this article we will develop a Rest API that returns a Nodejs Weather client. This Rest API will fetch the weather data from a different API. So let’s get started. What is…
Read more