Skip to content

Wiki functions

Christian Chaux edited this page Jul 21, 2018 · 4 revisions

The following information allow you to interact with the wiki from the Booru websites

(Please make not that Wiki isn't available for all Booru.)

GetWiki return the description of a tag

Task<Search.Wiki.SearchResult> GetWiki(string query)

BooruSharp.Wikia.SearchResult is a structure containing the following datas:

  • uint id: ID of the tag
  • string title: Name of the tag
  • DateTime creation: Creation date of the wiki entry
  • DateTime lastUpdate: Last update of the wiki entry
  • string body: Description of the tag
Clone this wiki locally