Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Update petstore api url
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncee committed Sep 22, 2020
1 parent a58da05 commit ca3d935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swagger_codegen.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ package = "my_api_1"

# Load api definition from url.
[services.petstore]
uri = "http://petstore.swagger.io:8080/api/v3/openapi.json"
uri = "https://petstore3.swagger.io/api/v3/openapi.json"
directory = "example"
package = "petstore"
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pip install swagger-codegen

```
# Generate Petstore Api client using 'petstore' package name.
swagger_codegen generate http://petstore.swagger.io:8080/api/v3/openapi.json petstore
swagger_codegen generate https://petstore3.swagger.io/api/v3/openapi.json petstore
python
Expand Down

0 comments on commit ca3d935

Please sign in to comment.