getCreatureTypes method

Future<Catalog> getCreatureTypes()

GET /catalog/creature-types

Convenience method for calling getCatalog with CatalogType.creatureTypes.

Implementation

Future<Catalog> getCreatureTypes() => getCatalog(CatalogType.creatureTypes);