Dartactyl is an api client that you can use to connect to the Pterodactyl Panel API
Nearly all api functions are available for the client-side api. If there's anything missing, let me know with an issue!
Application API is a WIP.
You can quickly get started by making a client like so. This client has many methods you can use to interface with your panel.
PteroClient client = PteroClient.generate(
url: 'https://panel.yourdomain.com',
key: '<api-key>',
);
To get started, generate needed files by running
dart run build_runner build
This package is WIP, but feel free to make issues or pull requests on the GitHub repository