-
Notifications
You must be signed in to change notification settings - Fork 6
General functions
Christian Chaux edited this page Apr 8, 2019
·
3 revisions
HaveRelatedAPI return if the Booru have access to the tag related API
bool HaveRelatedAPI();
HaveWikiAPI return if the Booru have access to the wiki API
bool HaveWikiAPI();
HaveCommentAPI return if the Booru have access to the comment API
bool HaveCommentAPI();
HaveTagByIdAPI return if the Booru can search tags by id
bool HaveTagByIdAPI();
CheckAvailability() return if the Booru is currently available (throw a System.HttpRequestException if isn't)
void CheckAvailability()