dartactyl 1.0.6
dartactyl: ^1.0.6 copied to clipboard
An API client for Pterodactyl Panel
1.0.6 #
- Renamed
deleteApiKeys=>deleteApiKey
1.0.5 #
ServerStatus?enum instead of aString?- Add fields to
CronandServerSchedule - Minor import adjustments
- Apparently
FractalResponseList's data can get a null object...
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.