dartactyl 1.0.6 copy "dartactyl: ^1.0.6" to clipboard
dartactyl: ^1.0.6 copied to clipboard

outdated

An API client for Pterodactyl Panel

About #

Dartactyl is an api client that you can use to connect to the Pterodactyl Panel API

Features #

Nearly all api functions are available for the client-side api, but error checking has not been implemented yet.

Usage #

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 = createPteroClient(PteroClientConfig(
    panelUrl: 'https://panel.yourdomain.com',
    apiKey: '<api-key>',
));

Additional information #

This package is WIP, but feel free to make issues or pull requests on the GitHub repository

2
likes
0
pub points
11%
popularity

Publisher

unverified uploader

An API client for Pterodactyl Panel

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

built_value, dio, json_annotation, retrofit

More

Packages that depend on dartactyl