KyoriPowered / adventure-webui

A web UI for Adventure
https://webui.advntr.dev/
MIT License
27 stars 16 forks source link

API java demo does not work #145

Open TureBentzin opened 1 year ago

TureBentzin commented 1 year ago

It states that the response did not contain a token. To me, it looks like something with the identification of the token in the response is just not up to date.

I checked that the token was indeed part of the response and with a bit of hardcode I was able to extract it from the response

TureBentzin commented 1 year ago

https://gist.github.com/kezz/8c96aa538a3079c6f8a452a9005038d6

rymiel commented 1 year ago

quoting @kezz: "it was completely untested" while "slightly tipsy"

but yes that example should be fixed, preferably with something that doesn't use regex to parse json