You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`baseURL`: API endpoint of your target wiki site (e.g. https://mediawiki.org/w/api.php)
72
71
-**Not required but with conditions**: If you are using it in the browser environment, and the website runs MediaWiki. The instance will automatically use the API endpoint of current wiki.
Copy file name to clipboardExpand all lines: package.json
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
{
2
2
"name": "wiki-saikou",
3
-
"version": "1.4.1",
3
+
"version": "2.0.0",
4
4
"description": "The library provides the out of box accessing to MediaWiki API in both browsers & Node.js, and the syntax is very similar to vanilla `new mw.Api()`. TypeScript definition included~",
0 commit comments