Skip to content
Chen edited this page Jul 31, 2018 · 26 revisions

Welcome to the Wiki Client Library wiki!

This wiki contains general introduction for WCL, as well as some example code. If you have any suggestions on the wiki, feel free to open an issue.

If you are new to this, consider getting started from [MediaWiki] Getting started.

Prerequisites

WCL is built on .NET Standard 1.1. For a list of supported platform, see .NET Standard#.NET implementation support. Generally speaking, you can consume this package on .NET Core 1.0 / .NET Framework 4.5 or above.

You do not need Visual Studio to try out WCL now. See these examples on working with WCL in Xamarin Workbooks.

There is also a WIP PSWikiClient that gives you a taste of WCL on PowerShell.

See also