Cazzar / VTubeStudio-StreamDeck

16 stars 3 forks source link

Send Custom Request #5

Closed Kori-ko closed 2 years ago

Kori-ko commented 3 years ago

Idea

As VTS's API adds additional functionality during its development and as a short-term stopgap for functionality, the option to set custom requests and see the response in the Streamdeck app as text boxes could be something worth exploring. Depending on how request/response data moves between functions this might not be feasible.

Cazzar commented 2 years ago

Unfortunately, with how the WebSocket stuff is coded it's not easily done, as the data is sent via structured classes.

Response wise, as they are very asynchronous so pulling that would be very hard too.

I'll leave the issue open for now though

Cazzar commented 2 years ago

Unfortunately without restructuring how the data is done, this isn’t really possible, though as features are requested/added I can look at adding them