pyopenapi / pyswagger

An OpenAPI (fka Swagger) client & converter in python, which is type-safe, dynamic, spec-compliant.
MIT License
384 stars 88 forks source link

Update configuration parameter for basicAuth #181

Open guerda opened 5 years ago

guerda commented 5 years ago

The current documentation states to use the parameter "simple_basic_auth" or "simple_basicAuth" with pyswagger's Auth class. Unfortunately, this fails with version 0.8.39. I corrected the documentation accordingly.

Please let me know if you have any comments to this patch.

guerda commented 2 years ago

Can we merge this? Thanks for approving the change.