-
Notifications
You must be signed in to change notification settings - Fork 9
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