General functions - Xwilarg/BooruSharp GitHub Wiki
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()