From 7ef6a1937df7173e539de515b8877486ac6ebf03 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 30 Aug 2018 13:43:39 +0300 Subject: [PATCH] Create API.md --- glossary/API.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/API.md diff --git a/glossary/API.md b/glossary/API.md new file mode 100644 index 000000000..d10273880 --- /dev/null +++ b/glossary/API.md @@ -0,0 +1,4 @@ +### API + +API stands for Application Programming Interface and is a set of features and rules provided by a piece of software to enable interaction with third-party software. +The code features of a web API usually include methods, properties, events or URLs.