The NIBL API will be used to view XDCC bots and search for pack listings
This is written in Spring Boot and uses a MySQL database.
Documentation on RESTful calls is handled in Swagger
http://{Server IP}/swagger-ui.html
Docker
Uses the same database from ircBot
sudo docker build -f Dockerfile -t niblapi . \
&& \
sudo docker run -d \
--net='my-bridge' \
--name=niblapi \
-v /opt/niblapi/logs/:'/logs':'rw' \
niblapi