1. API
API stands for Application Programming Interface
.
It’s a software interface that allows two or more applications to interact
with each other without any user intervention.
It offers products or services to communicate with other products and services without having to know how they’re implemented
.
Protocols that can be used in APIs are TCP, SMTP, HTTP
[Read More]