iamkubi / pydactyl

Python wrapper for the Pterodactyl Panel API
MIT License
69 stars 21 forks source link

Added arguments to create&update schedule&task api #58

Closed nikitafine closed 2 years ago

nikitafine commented 2 years ago

https://github.com/pterodactyl/panel/blob/develop/resources/scripts/api/server/schedules/createOrUpdateSchedule.ts

https://github.com/pterodactyl/panel/blob/develop/resources/scripts/api/server/schedules/createOrUpdateScheduleTask.ts

Also, it would be good if you bumped the new version to PyPI.

iamkubi commented 2 years ago

Thanks for the updates. As a note in the future I don't mind if updates are made without adding tests, but I'd prefer if PRs fix any breakage to existing tests. Since there's not currently any documentation about how to run the tests I'll deal with it for now.