PythonistaGuild / Wavelink

A powerful Lavalink library for Discord.py.
https://wavelink.dev
MIT License
389 stars 179 forks source link

Add public node endpoints with payloads. #260

Closed EvieePy closed 9 months ago

EvieePy commented 9 months ago

This adds public fetch endpoints to Node. Currently they are private, this makes them public. These endpoints don't alter the Node or Players in anyway, so there should be no risk of internal mishaps.

In the future I can evaluate making the update endpoints public also.

Checklist