Pomoc API MediaWiki
To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.
Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=centralauthtoken
(main | centralauthtoken)
- Ten moduł wymaga praw odczytu.
- Źródło: CentralAuth
- Licencja: GPL-2.0-or-later
Uzyskaj centralauthtoken, aby wykonać autoryzowane żądanie do połączonej wiki.
Returns a token that can be use to authenticate API requests on other wikis. For action API requests, put it in the centralauthtoken GET parameter. For REST API requests, add an Authorization: CentralAuthToken {token}
header. In MediaWiki frontend logic, you can use the mediawiki.ForeignApi
ResourceLoader module.
Przykład:
- Uzyskaj centralauthtoken
- api.php?action=centralauthtoken [otwórz w brudnopisie]