Fucking tag
This commit is contained in:
14
api-customer/open-api.md
Normal file
14
api-customer/open-api.md
Normal file
@@ -0,0 +1,14 @@
|
||||
```bash
|
||||
java -jar ./api-resources/openapi-generator-cli.jar \
|
||||
generate -i "./api-resources/endpoint.yaml" \
|
||||
-g python -o "./api-resources/endpoint-components" \
|
||||
--package-name "package.endpoint
|
||||
```
|
||||
|
||||
```bash
|
||||
echo "file:./api-resources/mail-components" > requirements.txt
|
||||
```
|
||||
|
||||
```bash
|
||||
python -m pip install -r requirements.txt
|
||||
```
|
||||
Reference in New Issue
Block a user