mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 03:23:08 +01:00
Added more about API calls (#2717)
Added a small description of what an API is and what is an API call and how it benefits people
This commit is contained in:
parent
8eafa71a73
commit
297cb7a702
@ -1,5 +1,6 @@
|
||||
# API Calls
|
||||
|
||||
APIs, short for Application Programming Interfaces, are software-to-software interfaces. Meaning, they allow different applications to talk to each other and exchange information or functionality. This allows businesses to access another business’s data, piece of code, software, or services in order to extend the functionality of their own products — all while saving time and money.
|
||||
There are several options available to make API calls from your React.js applications.
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||
|
Loading…
x
Reference in New Issue
Block a user