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.

example/main.dart

// EXAMPLE TO PRINT A USERS DISCORD DISCRIMINTATOOTOTRE
import 'package:dbio/dbio.dart';

void main(){
  DBioClient client = DBioClient();
  client.details("bean").then((data) => print(data.payload.discord.discriminator));
}
0
likes
40
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

Unlicense (license)

More

Packages that depend on dbio