Skip to content
Chen edited this page Nov 20, 2017 · 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.

The current v0.6-int pre-release of WCL contains some reorganization and renaming of classes. If you are a v0.5.x user, see v0.5.1 for the README of latest stable version.

However, we suggest you to use the latest pre-release, if possible. See Releases page for the improvements since v0.6.0-int0.

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