Skip to content

Releases: hcgcloud/pterodactyl-sdk

v2.0.0-alpha.2

22 Mar 03:33
8cce40c
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release
  1. Fix query parameters not being sent correctly in GET method (#33)

v2.0.0-alpha.1

25 Nov 01:49
670b977
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

Notice: This is a pre-release version, some api interfaces and the documentation are still work in progress.

  1. Adapted to Pterodactyl Panel v1.x.

  • application/users
  • application/nodes
  • application/nodes/allocations
  • application/locations
  • application/servers
  • application/servers/databases
  • application/nests
  • application/nests/eggs
  • client
  • client/account
  • client/servers
  • client/servers/databases
  • client/servers/files
  • client/servers/schedules
  • client/servers/network
  • client/servers/users
  • client/servers/backups
  • client/servers/startup
  • client/servers/settings

v1.0.4

05 Oct 03:27
Compare
Choose a tag to compare

This is the last release for Pterodactyl Panel v0.7

  1. Rename docker_image to dockerImage #24
  2. Allow externalId to be a string #23

v1.0.3

07 Mar 05:46
Compare
Choose a tag to compare
  1. A rewritten object transformer, allowing transformation for relationships.
  2. Allow custom includes to get relationships of an object.
  $pterodactyl->server(1, ['allocations', 'subusers']);

v1.0.2

28 Feb 09:21
ebe387c
Compare
Choose a tag to compare
  1. Remove requirement of illuminate/support.
  2. Ability to merge required variables for resource.

v1.0.1

16 Dec 06:49
Compare
Choose a tag to compare
  1. updateServerDetails, updateServerBuild and updateServerStartup function now returns a server instance.
  2. Add createServerDatabase function.

v1.0.0

16 Dec 06:52
Compare
Choose a tag to compare

All supported APIs from pterodactyl has been added to this sdk, except createServerDatabase.
You can find all function from our documentation.