aboutsummaryrefslogtreecommitdiff
path: root/src/api/README.md
blob: 1b3e2235d8740441e622267364d1caad27aef073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
```
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 ./ --skip-validate-spec
```