Packages

API client library for any MediaWiki-based site, such as Wikipedia or Wikimedia Commons. Provides the Action API, realtime feed ingestion, and ORES scoring.

Current section

Files

Jump to
wiki_elixir CHANGELOG.md
Raw

CHANGELOG.md

# Change log
## 0.3.0-TODO
Distant future, don't attempt in v0.2:
* Detect Wikimedia site matrix.
* Discover APIs (and warn that this should be configured? cache?)
## 0.2.0-TODO
What it should include:
* Test everything critical. Detect and raise errors.
* All server-side event streams.
* Clean up REST or remove.
* ...
## 0.1.2 (May 2020)
* Rename WikiAction -> Wiki.Action
* Rename WikiRest -> Wiki.Rest
* Rename WikiSSE -> Wiki.EventStreams
* Basic ORES client.
* Inline examples.
## 0.1.1 (May 2020)
* Send User-Agent header.
* Action API and continuations. Authentication, session cookies.
* Pipelining.
* Flexible endpoint.
* Server-side events relayed as a `Stream`.
* Simplify and package examples as scripts.
* Begin work on REST API.
* Host code on GitLab, apply the most basic CI.
* Temporarily inline the [cwc/eventsource_ex](https://github.com/cwc/eventsource_ex/)
server-side events library as a workaround.
* Switch to Tesla HTTP client.
## 0.1.0 (May 2019)
* Initial release.