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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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