Skip to content

Commit b2804d4

Browse files
authored
Merge pull request #4069 from shaedrich/api
Add related to topic "API"
2 parents 4ece38c + 656023a commit b2804d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

topics/api/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ short_description: An API (Application Programming Interface) is a collection of
55
and subroutines for building software.
66
topic: api
77
wikipedia_url: https://en.wikipedia.org/wiki/Application_programming_interface
8+
related: rest-api, graphql-api, soap, rpc, wsdl
89
---
9-
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
10+
An **API** can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.

0 commit comments

Comments
 (0)