Click or drag to resize

WikiaSiteWikiaApiExtensions Class

This is preliminary documentation and is subject to change.

Extension methods that implements Wikia REST-ful API.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.Wikia.WikiaApiWikiaSiteWikiaApiExtensions

Namespace: WikiClientLibrary.Wikia.WikiaApi
Assembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static class WikiaSiteWikiaApiExtensions

The WikiaSiteWikiaApiExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodFetchRelatedPagesAsync(WikiaSite, Int64) Asynchronously fetches the specified page's related pages.
Public Extension MethodFetchRelatedPagesAsync(WikiaSite, Int64, Int32) Asynchronously fetches the specified page's related pages.
Public Extension MethodFetchRelatedPagesAsync(WikiaSite, Int64, Int32, CancellationToken) Asynchronously fetches the specified page's related pages.
Public Extension MethodFetchUserAsync(WikiaSite, String) Asynchronously fetches the specified user's information.
Public Extension MethodFetchUserAsync(WikiaSite, String, CancellationToken) Asynchronously fetches the specified user's information.
Public Extension MethodFetchUsersAsync Asynchronously fetches the specified users' information.
Top
See Also