EntityDB looking glass
Firstly clone the repository with:
git clone https://github.com/Community-Run-eXperimental-Network/Glassware
Then run:
cd Glassware/
dub build
You should then have an executable binary called glassware
There are quite a number of routes already, below is an example usage:
>>> requests.get("http://[::]:8888/api/routes/list?network=gustav").json()
{'status': {'error': 1, 'detail': 'NETWORK_ERROR'}}