Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
StarProxima committed Nov 14, 2023
1 parent 61429b6 commit 79f8d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions swagger_parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ swagger_parser:
# Sets the OpenApi schema path directory for api definition.
schema_path: schemas/openapi.json
# Sets the url of the OpenApi schema
schema_url: https://petstore.swagger.io/v2/swagger.json
# Sets the url of the OpenApi schema
# Sets the url of the OpenApi schema.
schema_url: https://petstore.swagger.io/v2/swagger.json
# Required. Sets output directory for generated files (Clients and DTOs).
Expand Down
6 changes: 1 addition & 5 deletions swagger_parser/example/swagger_parser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ swagger_parser:

# Sets the OpenApi schema path directory for api definition.
# schema_path: schemas/openapi.json
# Sets the url of the OpenApi schema
# schema_url: https://petstore.swagger.io/v2/swagger.json

# Sets the url of the OpenApi schema
# Sets the url of the OpenApi schema.
# schema_url: https://petstore.swagger.io/v2/swagger.json

# Required. Sets output directory for generated files (Clients and DTOs).
Expand All @@ -30,7 +27,6 @@ swagger_parser:
# Optional (dart only). Set root client name
root_client_name: RestClient

# Optional. Set API name for folder and export file.
# Optional. Set default content-type for all requests.
default_content_type: "application/json"

Expand Down

0 comments on commit 79f8d10

Please sign in to comment.