I started work on a #rustlang client for the MediaWiki REST API.
Early days, but more to come. PRs welcome.
Post
I started work on a #rustlang client for the MediaWiki REST API.
Early days, but more to come. PRs welcome.
@magnusmanske I am working on an api explorer and sandbox for all kinds of apis here: https://api-explorer.toolforge.org
Also providing client code in various programming languages.
I guess I can use this crate also as possible client code. (Once stable)
@sthottingal Cool! I just published v0.1.0 which I consider stable-ish; I con't expect much to change interface-wise, as things are rather straight forward.
I cover most GET/POST functions for page, revision, and search.
Missing for now: Editing/OAuth, and assorted weird/undocumented calls
A space for Bonfire maintainers and contributors to communicate