aboutsummaryrefslogtreecommitdiff
path: root/files/bn/glossary/api/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
commit4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch)
treed4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/bn/glossary/api/index.html
parent33058f2b292b3a581333bdfb21b8f671898c5060 (diff)
downloadtranslated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip
initial commit
Diffstat (limited to 'files/bn/glossary/api/index.html')
-rw-r--r--files/bn/glossary/api/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/bn/glossary/api/index.html b/files/bn/glossary/api/index.html
new file mode 100644
index 0000000000..ff54fdcb57
--- /dev/null
+++ b/files/bn/glossary/api/index.html
@@ -0,0 +1,20 @@
+---
+title: এপিআই (API)
+slug: Glossary/API
+translation_of: Glossary/API
+---
+<p>একাধিক সফটওয়্যার কম্পোনেন্ট এর মধ্যে যোগাযোগের সুবিধা এবং এ সংক্রান্ত নিয়মগুলিকে API (Application Programming Interface) বলা হয়ে থাকে। ওয়েব ডেভেলপমেন্টের ক্ষেত্রে, API বলতে সাধারণত ওয়েবের কন্টেন্টের সঙ্গে যোগাযোগ / কাজ (ইন্টারঅ্যাক্ট) করার জন্য একগুচ্ছ {{glossary("method","methods")}}, {{Glossary("property","properties")}}, ইভেন্ট, এবং {{Glossary("URL","URLs")}} কে বুঝানো হয়।</p>
+
+<h2 id="আরও_জানুন">আরও জানুন</h2>
+
+<h3 id="সাধারণ_জ্ঞান">সাধারণ জ্ঞান</h3>
+
+<ul>
+ <li>উইকিপিডিয়ায় {{Interwiki("wikipedia", "Application_programming_interface", "API")}}</li>
+</ul>
+
+<h3 id="কারিগরি_রেফারেন্স">কারিগরি রেফারেন্স</h3>
+
+<ul>
+ <li><a href="https://developer.mozilla.org/bn-BD/docs/Web/API">Web API রেফারেন্স</a></li>
+</ul>