From 62e765c8188c1475615b8d0270d0878342a46bf8 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 16 Sep 2018 19:32:06 +0200 Subject: [PATCH] add glossary entry for API --- general/glossary.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/general/glossary.tex b/general/glossary.tex index e69de29..ccfd51e 100644 --- a/general/glossary.tex +++ b/general/glossary.tex @@ -0,0 +1,10 @@ +\newglossaryentry{API} +{ + name={Application Programming Interface (API)}, + description={Ein Application Programming Interface (API), zu Deutsch + Programmierschnittstelle, ist ein Programmteil, der von einem + Softwaresystem anderen Programmen zur Anbindung an das System zur + Verfügung gestellt wird}, + first={Application Programming Interface (API)}, + text={API} +} \ No newline at end of file