mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-25 09:47:18 +00:00
24 lines
519 B
Markdown
24 lines
519 B
Markdown
# FFXIV BiS
|
|
|
|
Service which allows to manage savage loot distribution easy.
|
|
|
|
## Installation and usage
|
|
|
|
In general installation process looks like:
|
|
|
|
```bash
|
|
sbt assembly
|
|
```
|
|
|
|
Service can be run by using command:
|
|
|
|
```bash
|
|
java -cp ./target/scala-2.13/ffxivbis-scala-assembly-0.1.jar me.arcanis.ffxivbis.ffxivbis
|
|
```
|
|
|
|
## Web service
|
|
|
|
REST API documentation is available at `http://0.0.0.0:8000/swagger`. HTML representation is available at `http://0.0.0.0:8000`.
|
|
|
|
*Note*: host and port depend on configuration settings.
|