Помощ за МедияУики API
Това е автоматично генерирана страница за документация на МедияУики API.
Документация и примери: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=centralauthtoken
(main | centralauthtoken)
- This module requires read rights.
- Source: CentralAuth
- License: GPL-2.0-or-later
Взема маркер за централно влизане за извършване на удостоверена заявка към прикачено уики.
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.
Пример:
- Взема маркер за централно влизане
- api.php?action=centralauthtoken [open in sandbox]