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

An API client wrapper for Pterodactyl Panel. Following V1 for now.

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. If there's anything missing, let me know with an issue!

Application API is a WIP.

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 = PteroClient.generate(
    url: 'https://panel.yourdomain.com',
    key: '<api-key>',
);

Development #

To get started, generate needed files by running

dart run build_runner build

Additional information #

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

3
likes
100
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

An API client wrapper for Pterodactyl Panel. Following V1 for now.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, dio, fast_immutable_collections, freezed_annotation, html, json_annotation, meta, retrofit, rxdart, universal_io, web_socket_channel

More

Packages that depend on dartactyl