-
-
Notifications
You must be signed in to change notification settings - Fork 3
Danbooru
Ricky Setiawan edited this page Nov 26, 2020
·
1 revision
List of danbooru method:
More detailed description of method read in XML documentation
List:
- ReadArtist
- ReadPool
- ReadPost
- ReadTag
- ReadWIki
The above method is to process all data from JSON response to output in Models namespace.
Example:
ReadPost
it will copy all relevant value and place it Post
.
List:
- ArtistListAsync
- PoolList
- PoolPostList
- PostShowAsync
- PostListAsync
- GetRandomPostAsync
- TagListAsync
- TagRelatedAsync
- WikiListAsync
The above method literally as its name, to make request to booru website and return the processed response.
Example:
GetRandomPost
will return a random Post
from selected booru website.