aboutsummaryrefslogtreecommitdiff
path: root/files/id/glossary/api
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/id/glossary/api
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/id/glossary/api')
-rw-r--r--files/id/glossary/api/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/files/id/glossary/api/index.html b/files/id/glossary/api/index.html
deleted file mode 100644
index b0e8c7a52e..0000000000
--- a/files/id/glossary/api/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
----
-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>