aboutsummaryrefslogtreecommitdiff
path: root/src/api/README.md
blob: 8eed370dcfae9c18e435f891a773a10ab3caf82a (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 ./
```