Jump to content

এপিআই

From mediawiki.org
Revision as of 13:07, 21 January 2024 by Integrity2020 (talk | contribs) (Created page with "লক্ষ্য রাখবেন, মিডিয়াউইকি অ্যাকশন এপিআই এবং মিডিয়াউইকির জাভাস্ক্রিপ্ট এপিআই উভয়ই মডুলার: উভয়ই এক্সটেনশন দ্বারা বাড়ানো যেতে পারে, তাই উপলব্ধ এপিআই মডিউলগুলো উইকি থেকে উইকি...")

মিডিয়াউইকির বেশকিছু অ্যাপ্লিকেশন প্রোগ্রামিং ইন্টারফেস (এপিআই) রয়েছে।

মিডিয়াউইকির তিনটি সর্বাপেক্ষা গুরুত্বপূর্ণ এপিআই হল:

লক্ষ্য রাখবেন, মিডিয়াউইকি অ্যাকশন এপিআই এবং মিডিয়াউইকির জাভাস্ক্রিপ্ট এপিআই উভয়ই মডুলার: উভয়ই এক্সটেনশন দ্বারা বাড়ানো যেতে পারে, তাই উপলব্ধ এপিআই মডিউলগুলো উইকি থেকে উইকিতে পৃথক হতে পারে।[1] While the API modules built into MediaWiki Core are available in most MediaWiki wikis, built-in Action API modules can also be disabled .

Within the context of the MediaWiki website the Action API can be accessed from JavaScript via the mw.API JavaScript API. For libraries to access the MediaWiki Action API from your favorite programming language, see API:Client code .

Other web APIs

এই টেবিল: দেখুন · আলোচনা · সম্পাদনা
এপিআই উপলভ্যতা ইউ.আর.এল-এর ভিত্তি উদাহরণ
মিডিয়াউইকি অ্যাকশন এপিআই মিডিয়াউইকির সাথে অন্তর্ভুক্ত

উইকিমিডিয়া প্রকল্পসমূহে সচল করা হয়েছে

/api.php https://en.wikipedia.org/w/api.php?action=query&prop=info&titles=পৃথিবী
মিডিয়াউইকি রেস্ট এপিআই মিডিয়াউইকি ১.৩৫+ এর সাথে অন্তর্ভুক্ত

উইকিমিডিয়া প্রকল্পসমূহে সচল করা হয়েছে

/rest.php https://en.wikipedia.org/w/rest.php/v1/page/পৃথিবী
Wikimedia REST API মিডিয়াউইকির অন্তর্ভুক্ত নয়

কেবল উইকিমিডিয়া প্রকল্পসমূহের জন্য উপলভ্য

/api/rest https://en.wikipedia.org/api/rest_v1/page/title/পৃথিবী
উইকিমিডিয়া প্রকল্পসমূহে বাণিজ্যিক-দৈর্ঘ্যের এপিআইসমূহের জন্য, Wikimedia Enterprise দেখুন

See also

Suggestions and ideas for the MediaWiki APIs are tracked on ফ্যাব্রিকেটর :

Footnotes

  1. For extending the Action API, see API:Extensions . For information about JavaScript modules, see ResourceLoader .