API

From DikapediaV2
Revision as of 05:39, 20 August 2024 by Ardika Sulistija (talk | contribs) (Created page with " ==== Application Programming Interface ==== ---- TL/DR: APIs just allow applications to communicate with each other.</br> An <B>API</B> is a software intermediary that allows two apps to talk to each other. In other words: * An API is the messenger that delivers your request to the provider that you're requesting it from and then delivers the response back to you. * The way for an application to interact with certain system/application/library/etc. * Integrating lin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Application Programming Interface



TL/DR: APIs just allow applications to communicate with each other.

An API is a software intermediary that allows two apps to talk to each other. In other words:

  • An API is the messenger that delivers your request to the provider that you're requesting it from and then delivers the response back to you.
  • The way for an application to interact with certain system/application/library/etc.
  • Integrating link between a third-party platform for applications to access its features and services.
  • A publicly available web-based API that returns data, like in JSON or XML.
  • An API is NOT a database.

APIs are usually developed in a form consumable a client app.