Gelbooru API
Rudimentary Gelbooru API.
Usage
Fetch latest 20 Safe-rated posts with tags solo and hatsune_miku.
use ;
let client = public;
let posts = posts
.limit
.rating
.tags
.send
.await?;
for post in posts
API coverage
- Posts
- Tags
- Comments