aboutsummaryrefslogtreecommitdiff
path: root/files/id/glossary/api/index.html
diff options
context:
space:
mode:
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>