This section provides an overview of what api is, and why a developer might want to use it.
It should also mention any large subjects within api, and link out to the related topics. Since the Documentation for api is new, you may need to create initial versions of those related topics.
Installation or Setup
Detailed instructions on getting api set up or installed.
What is an API?
API: Application programming interface are the set of requirements which govern how one application can talk to another, API's are what makes the information exchange between programs possible.
- For Example System-level APIs makes it possible for applications like
LibreOffice to run on top of an OS like Windows in the first place.
On web API are responible to let other apps to piggyback to the large
service proivder such as Google maps or Facebook
offering(Services).Like nearby hotels shown on a particular app via
using google maps API's by an app.
- APIs do all this by “exposing”
some of a program’s internal functions to the outside world in a
limited fashion. That makes it possible for applications to share
data and take actions on one another’s behalf without requiring
developers to share all of their software’s code.
.