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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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