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
APINews and Updates

Exploring the Web3 API

The most talked about topics on the internet lately are about the internet and the future of the internet. The concept that has been put forward as Web3 is one of the concepts that have come into our lives lately, but we are not aware of it. The digital revolution is…
APISecurity

Everything You Need To Know About API Tokens

The increase in the use of API has led to many conveniences in software development processes. It is one of the easiest ways to exchange data. The increase in the use of API also brought some problems. The most important of these is API security. If you are developing an…
API

Design Patterns For Modern Web APIs

Today, as the use of APIs increases, their importance has increased in the same direction. Although APIs seem to carry only data in today’s projects, many processes are carried out on the back side of the API. Such as security of this API, logging of data, different tests. But before starting all these API development processes, did you know that there are accepted steps to design a Web…
Read more