aboutsummaryrefslogtreecommitdiff
path: root/files/id/glossary/api/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/id/glossary/api/index.html
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/id/glossary/api/index.html')
-rw-r--r--files/id/glossary/api/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/id/glossary/api/index.html b/files/id/glossary/api/index.html
new file mode 100644
index 0000000000..b0e8c7a52e
--- /dev/null
+++ b/files/id/glossary/api/index.html
@@ -0,0 +1,24 @@
+---
+title: API
+slug: Glossary/API
+tags:
+ - CodingScripting
+ - Glossary
+ - Infrastructure
+translation_of: Glossary/API
+---
+<p>Sebuah API (Application Programming Interface) merupakan set dari fitur dan aturan yang memungkinkan interaksi antar software yang menyediakan API dan komponen software lain. DI pengembangan Web, API umumnya disebut standard set {{glossary("method","methods")}}, {{Glossary("property","properties")}}, event, dan {{Glossary("URL","URLs")}} untuk berinteraksi dengan Konten Web.</p>
+
+<h2 id="Pelajari_Lebih_Lanjut">Pelajari Lebih Lanjut</h2>
+
+<h3 id="Pemahaman_Umum">Pemahaman Umum</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Application_programming_interface", "API")}} di Wikipedia</li>
+</ul>
+
+<h3 id="Referensi_teknikal">Referensi teknikal</h3>
+
+<ul>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/API">Web API reference</a></li>
+</ul>