What Is An API?

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I like this new way of starting a video

Zeeshan-Syed
Автор

oh damn 😂, I saw a post regarding explaining the mean of API in LinkedIn ig 2 days ago

is this short inspired by that?

name
Автор

any class or interface you implement exposes some sort of an API (in the form of public methods/functions) for calling code to interact with. calling code could be in a different module of your app, or wherever really. it depends how you define "public" (P in API). nowhere is it explicitly said that it must be an external process though.
REST is an extra contact, which promises eg. a certain degree of statelessness (each operation, if successful, is valid in and of itself)

vibovitold
Автор

i explained an api just like this video to my friend, but my friend wont believe me, he said api are just how to fetch data from backend or server, and i said that was called REST api, not api, it is different

ban_droid
Автор

Restaurant is best analogy for programming.

ekhiw
Автор

More basic definition of API - contract.

VilRapt