bashhub-server
bashhub-server copied to clipboard
[not ready for use] Unofficial Bashhub server (and also a REST API example in Kyoukai)
Results
1
bashhub-server issues
Sort by
recently updated
recently updated
newest added
Hi, I searched the bashhub code and found the following lines(and maybe something more): ``` rest_client.py:13:from bashhub_globals import BH_URL, BH_AUTH rest_client.py:39: url = BH_URL + "/api/v1/user " rest_client.py:61: url =...