added configuration and usage + go install insturctions to README
This commit is contained in:
parent
c83e04383e
commit
f8e039cff5
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
|
@ -10,9 +10,22 @@ This tool pulls down the steamdb updates RSS feed and extracts each updates vers
|
|||
|
||||
### Go(Not Supported)
|
||||
|
||||
1. Install [Go](https://go.dev/learn/)
|
||||
2. Download the project source by running `git clone https://git.skdevstudios.com/specCon18/reforger-update-api.git`
|
||||
3. Open a terminal and navigate to the project source
|
||||
4. Run `go install .`
|
||||
|
||||
## Configuration
|
||||
|
||||
## Usage
|
||||
| Option | Default | Desired Value |
|
||||
|----------------|---------|-----------------------------------|
|
||||
| port | 3000 | any available port |
|
||||
| cache_duration | 5m | time in minutes notated as <INT>m |
|
||||
|
||||
## Usage
|
||||
### List of endpoints with required params
|
||||
|
||||
| Endpoint | Params |
|
||||
|------------------|--------|
|
||||
| updates | NONE |
|
||||
| invalidate-cache | NONE |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue