fiveesrd_client 0.1.1 copy "fiveesrd_client: ^0.1.1" to clipboard
fiveesrd_client: ^0.1.1 copied to clipboard

REST and GraphQL clients for the FiveEsrd suite.

fiveesrd_client #

HTTP + GraphQL clients for the FiveEsrd suite. This package wraps the official D&D 5e SRD API and serializes responses using fiveesrd_models.

dart pub add fiveesrd_client
import 'package:fiveesrd_client/fiveesrd_client.dart';

final client = FiveEsrdClient();
final fighter = await client.rest.getClass('fighter');
print(fighter.name);
0
likes
150
points
14
downloads

Publisher

verified publisherundrapps.com

Weekly Downloads

REST and GraphQL clients for the FiveEsrd suite.

Documentation

API reference

License

MIT (license)

Dependencies

async, collection, dio, equatable, fiveesrd_models, graphql, http, json_annotation, logging, meta

More

Packages that depend on fiveesrd_client