Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 500 Bytes

File metadata and controls

11 lines (8 loc) · 500 Bytes
title Application Programming Interface
abbreviations
API

Application Programming Interface

Application Programming Interface (API) - A set of protocols, routines, and tools for building software applications. APIs specify how software components should interact and are used when programming graphical user interface (GUI) components.

Example: The GitHub API allows developers to interact with GitHub repositories, issues, and pull requests programmatically.