aboutsummaryrefslogtreecommitdiff
path: root/src/api/README.md
blob: 4f38b66f467d319f73735ee809435b38deebc125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Panel UI OpenAPI Definitions

```bash
brew install openjdk
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
export CPPFLAGS="-I/opt/homebrew/opt/openjdk/include"

source ~/.zshrc  # or source ~/.bash_profile
java -version

wget https://fsb.generalresearch.com/openapi.json
openapi-generator-cli generate -i ./openapi.json -g typescript-axios -o ./
```