diff options
| author | Max Nanis | 2025-06-27 19:02:36 +0700 |
|---|---|---|
| committer | Max Nanis | 2025-06-27 19:02:36 +0700 |
| commit | 762385d3a5bbf619f8d1318eccd31c1bfc8a6a93 (patch) | |
| tree | 3d5cc2e65c6c05f5476d37226c16c968f374dc15 /src/api | |
| parent | 32560fa4091b1f2f2898a9cace04cb9d4ae123de (diff) | |
| download | panel-ui-master.tar.gz panel-ui-master.zip | |
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/api/README.md b/src/api/README.md index 8eed370..4f38b66 100644 --- a/src/api/README.md +++ b/src/api/README.md @@ -1,5 +1,6 @@ +# Panel UI OpenAPI Definitions -``` +```bash brew install openjdk export PATH="/opt/homebrew/opt/openjdk/bin:$PATH" export CPPFLAGS="-I/opt/homebrew/opt/openjdk/include" @@ -7,9 +8,6 @@ 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 ./ ```
\ No newline at end of file |
