WHAT IS API - APPLICATION PROGRAMMING INTERFACE

 API
 -  an API, or Application Programming Interface, is a set of degined ryles that enable different applications to communicate with each other.

API's act as an intermediary layer that processes data transfer between systems, letting companies open their application data and functionality to external third-party developers, business partners, and internal departments within their companies.

(IMAGE FROM THE VIDEO)

The Role Of API in a Database Application


No comments:

Post a Comment

UNITY2D: SPAWN ENEMIES RANDOMLY/DYNAMICALLY AT RUN TIME

 Code: player.cs using System . Collections ; using System . Collections . Generic ; using UnityEngine ; using UnityEngine . SceneManage...