token-call ( params -- assoc )
MediaWiki API

Prev:page-content ( title -- content )
Next:edit-page ( title text summary params -- assoc )


Vocabulary
mediawiki.api

Inputs
paramsan assoc of API call parameters


Outputs
assoca parsed JSON result


Word description
Constructs API call with csrf token, fetches token if necessary.

Notes
This word is used in the implementation of edit-page, move-page and email.

Definition