dbio 1.0.3 copy "dbio: ^1.0.3" to clipboard
dbio: ^1.0.3 copied to clipboard

A asynchronous dart libary to provide simple access to the discord.bio API.

Discord.bio Dart wrapper #

A asynchronous dart libary to provide simple access to the discord.bio API.

Works with all endpoints appart from upvote.

How to use #

Here is an example of how to get a users upvotes

import 'package:dbio/dbio.dart';

void main(){
    DBioClient client = DBioClient();
    client.details("bean").then((data) => print(data.payload.settings.upvotes));
}


0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A asynchronous dart libary to provide simple access to the discord.bio API.

Repository (GitHub)
View/report issues

License

Unlicense (LICENSE)

More

Packages that depend on dbio