File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ conf = {{{packageName}}}.Configuration(
652652 auth_header = f"Basic { _encoded_string} "
653653 resp = urllib3.request(
654654 'POST',
655- 'https://api.bandwidth.com/api/v1/oauth2/token',
655+ { {#authMethods } } { {#isOAuth } }' { {tokenUrl } }', { {/isOAuth } } { {/authMethods } }
656656 headers={
657657 ' Authorization' : auth_header,
658658 ' Content-Type' : ' application/x-www-form-urlencoded' ,
Original file line number Diff line number Diff line change 11pytest >= 7.2.1
22pytest-cov >= 2.8.1
3- pyhamcrest>= 2.1.0
3+ pyhamcrest >= 2.1.0
44tox >= 3.9.0
55flake8 >= 4.0.0
66types-python-dateutil >= 2.8.19.14
77mypy >= 1.5
8- zipp>= 3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
8+ zipp >= 3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
You can’t perform that action at this time.
0 commit comments