Add tests for http basic authentication in python client (#16488)

* add tests for http basic auth in python client

* add new files
This commit is contained in:
William Cheng
2023-09-03 19:11:53 +08:00
committed by GitHub
parent b59719a6ea
commit 47a85e880b
41 changed files with 2096 additions and 30 deletions

View File

@@ -3,6 +3,7 @@
.gitlab-ci.yml
.travis.yml
README.md
docs/AuthApi.md
docs/Bird.md
docs/BodyApi.md
docs/Category.md
@@ -22,6 +23,7 @@ docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
git_push.sh
openapi_client/__init__.py
openapi_client/api/__init__.py
openapi_client/api/auth_api.py
openapi_client/api/body_api.py
openapi_client/api/form_api.py
openapi_client/api/header_api.py