mirror of
https://github.com/NuShen1337/SRTool-API-Plugin.git
synced 2025-03-12 03:41:04 -04:00
19 lines
384 B
Markdown
19 lines
384 B
Markdown
## Web
|
|
|
|
Website: [srtools.pages.dev](https://srtools.pages.dev)
|
|
|
|
## Compiling
|
|
|
|
1. Compile with `./gradlew jar` from your system terminal.
|
|
2. Place the compiled jar file (`sr-tools.jar`) into your LunarCore plugins folder.
|
|
|
|
### HTTP Endpoint for website connection
|
|
```
|
|
POST /sr-tools
|
|
```
|
|
|
|
### HTTP Endpoint for exporting to `freesr-data.json`
|
|
```
|
|
GET /sr-tools-export?uid=YOUR_UID
|
|
```
|