dartactyl 1.0.4
dartactyl: ^1.0.4 copied to clipboard
An API client for Pterodactyl Panel
1.0.4 #
- Improve error files further
- Make ServerStatus an enum for current server status
- Add
nameto Cron
1.0.3 #
- Split error files, and made
PteroError.codean enum - Added
PteroError.statusCodegetter which returns anint?, though it should never be null
1.0.2 #
- Updated
createPteroClientto not set thebaseUrldirectly inPteroClient, so that it could be changed in the user-providedDioinstance - Formatted imports, and removed redundant
models.dart
1.0.1 #
- Add an optional
[dio]parameter tocreatePteroClient(config, dio: Dio())
1.0.0 #
- Initial version.