-
Notifications
You must be signed in to change notification settings - Fork 7
Wiki functions
Christian Chaux edited this page Oct 2, 2019
·
4 revisions
The following information allows you to interact with the wiki from the Booru websites
(Please make note 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 data:
- 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