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=securepollauth

(main | securepollauth)
  • Ten moduł jest wewnętrzny lub niestabilny. Jego działanie może się zmienić bez uprzedzenia.
  • Ten moduł wymaga praw odczytu.
  • Ten moduł akceptuje tylko żądania POST.
  • Źródło: SecurePoll
  • Licencja: GPL-2.0-or-later

Allows a remote wiki to authenticate users before granting access to vote in the election.

Parametry:
Other general parameters are available.
token

A token based on the user's login token.

Ten parametr jest wymagany.
id

The ID of the user who intends to vote.

Ten parametr jest wymagany.
Typ: liczba całkowita
Przykład:
Authenticate user with ID 1, and login token 123ABC.
api.php?action=securepollauth&token=123ABC&id=1&format=json [otwórz w brudnopisie]