Created by: cognifloyd
PR checklist
-
Read the contribution guidelines. - [-] Ran the shell script under
./bin/
to update Petstore sample ... only a doc change -
Filed the PR against the correct branch: master
,. Default:3.4.x
,4.0.x
master
. -
Copied the technical committee to review the pull request if your PR is targeting a particular programming language.
Python technical committee: @taxpon (2017/07) @frol (2017/07) @mbohlool (2017/07) @cbornet (2017/09) @kenjones-cisco (2017/11) @tomplus (2018/10)
Description of the PR
APIs may have more than one auth method (for example both an app key and basic auth). This changes the example to only initialize the config option once instead of once per auth method.