# mediawiki_client v0.6.2 - Table of Contents ## Pages - [MediaWiki client for Elixir](readme.md) - [mediawiki-client notebook](demo.md) - [Change log](changelog.md) ## Modules - [Wiki.Action](Wiki.Action.md): Adapter to the MediaWiki [Action API](https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page) - [Wiki.Action.Session](Wiki.Action.Session.md): This module provides a struct for holding private connection state and accumulated results. - [Wiki.Enterprise](Wiki.Enterprise.md): Client for the Wikimedia Enterprise API - [Wiki.Enterprise.Session](Wiki.Enterprise.Session.md): API state container which is returned during login and is then passed to all methods. Note that the access token will expire in 24h so long-running processes will need to reauthenticate. - [Wiki.EventStreams](Wiki.EventStreams.md): This module reads from the real-time stream of [server-sent events](https://en.wikipedia.org/wiki/Server-sent_events) annotating actions such as editing or patrolling as they happen across Wikimedia projects. - [Wiki.LiftWing](Wiki.LiftWing.md): This module provides an adapter for the [Lift Wing API](https://api.wikimedia.org/wiki/Lift_Wing_API) for machine learning predictions. - [Wiki.SiteMatrix](Wiki.SiteMatrix.md): Retrieves sites from a wiki farm with the SiteMatrix extension installed. - [Wiki.SiteMatrix.Default](Wiki.SiteMatrix.Default.md): Optional singleton to hold a shared SiteMatrix. - [Wiki.SiteMatrix.Spec](Wiki.SiteMatrix.Spec.md): Container for a single site. - [Wiki.Util](Wiki.Util.md): Internal utilities.