BECAUSE NO ONE WANTED TO SHARE THEIR DATA!!!!!!!!!!
| .gitignore | ||
| config.yaml | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
ArmA Reforger Update Notification API
This tool pulls down the steamdb updates RSS feed and extracts each updates version, build number, and publish date then exposes them via a http endpoint.
Install Methods
Nix Package(prefered method)
RPM
Go(Not Supported)
- Install Go
- Download the project source by running
git clone https://git.skdevstudios.com/specCon18/reforger-update-api.git - Open a terminal and navigate to the project source
- Run
go install .
Configuration
| Option | Default | Desired Value |
|---|---|---|
| port | 3000 | any available port |
| cache_duration | 5m | time in minutes notated as m |
Usage
List of endpoints with required params
| Endpoint | Params |
|---|---|
| updates | NONE |
| invalidate-cache | NONE |