Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update embeds.yml - Added Pterodactyl Api Info #313

Merged
merged 2 commits into from
Mar 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions embeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,16 @@ codes:
- `PERFPLUSME`: 20% off your first Performance Plus plan
buttons:
- [ 'Create Your Server Now', 'https://bloom.host/', '🎉' ]

api:
aliases: ['ptapi', 'pterodactylapi']
title: '📜 Bloom Docs - How to Use the Pterodactyl API'
description: >
There are several ways to use the Pterodactyl API.
For Python, you can use [Py-Dactyl](https://pypi.org/project/py-dactyl/).
For Java, you can use [Pterodactyl4J](https://github.com/mattmalec/Pterodactyl4J).
Alternatively, you can make requests using [Ptero API](https://api.ptero.sh/#/operations/get-server-file-contents).


# ┌─────────────────┐
# │ Internal Embeds │
Expand Down
Loading