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
pull/2709/head^2
SamarS1ngh 2 years ago committed by GitHub
parent 8eafa71a73
commit 297cb7a702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      content/roadmaps/103-react/content/102-react-ecosystem/103-api-calls/readme.md

@ -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…
Cancel
Save