dartactyl 1.0.10
dartactyl: ^1.0.10 copied to clipboard
An API client for Pterodactyl Panel
1.0.10 #
- Fix
cpuAbsoluteinStats
1.0.9 #
- Renamed
ServerStatetoServerPowerState - Renamed
SignalTypetoServerPowerAction
1.0.8 #
- Minor changes and formatting
1.0.7 #
- Renamed
ScheduletoRequestSchedule - Updated
Backupto hopefully be more accurate
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.