File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ all: download_spec validate_spec generate_client ## General external client
2626
2727download_spec : # # Download openapi.yaml from public pinterest github repo
2828 @echo ====Download openapi.yaml from public pinterest github repo====
29- python utils/download_file.py https://raw.githubusercontent.com/pinterest/api-description/main/v5/openapi.yaml ' ./openapi.yaml'
29+ python utils/download_file.py https://raw.githubusercontent.com/pinterest/api-description/main/v5/openapi.yaml ' ./openapi.yaml'
3030
3131validate_spec : # # Validates the openapi spec: sdk.yaml
3232 @echo ====Validates the openapi spec: sdk.yaml====
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ generatorStability: STABLE
33generatorType : CLIENT
44generatorLanguage : python
55inputSpec : openapi.yaml
6- packageVersion : 0.1.5
6+ packageVersion : 0.1.6
77projectName : Pinterest Generated Client
88templateDir : templates
99packageName : openapi_generated.pinterest_client
You can’t perform that action at this time.
0 commit comments