Skip to content

Commit

Permalink
add platform spec and small test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed May 6, 2024
1 parent 0a8b281 commit 714401b
Show file tree
Hide file tree
Showing 3 changed files with 3,508 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openapi_python_client/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Config(BaseModel):
field_prefix: str = "field_"
http_timeout: int = 5
# include_methods: List[str] = ["get", "put", "post", "delete", "options", "head", "patch", "trace"]
include_methods: List[str] = ["get", "post"]
include_methods: List[str] = ["get"]
default_openapi_title: str = "openapi" # Fallback title when openapi info.title is missing or empty
project_name_suffix: str = "-pipeline"
dataset_name_suffix: str = "_data"
Expand Down
Loading

0 comments on commit 714401b

Please sign in to comment.