aboutsummaryrefslogtreecommitdiff
path: root/src/api/README.md
diff options
context:
space:
mode:
authorMax Nanis2025-06-27 19:02:36 +0700
committerMax Nanis2025-06-27 19:02:36 +0700
commit762385d3a5bbf619f8d1318eccd31c1bfc8a6a93 (patch)
tree3d5cc2e65c6c05f5476d37226c16c968f374dc15 /src/api/README.md
parent32560fa4091b1f2f2898a9cace04cb9d4ae123de (diff)
downloadpanel-ui-762385d3a5bbf619f8d1318eccd31c1bfc8a6a93.tar.gz
panel-ui-762385d3a5bbf619f8d1318eccd31c1bfc8a6a93.zip
README and LICENSE to repoHEADmaster
Diffstat (limited to 'src/api/README.md')
-rw-r--r--src/api/README.md6
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