IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

feat: support api key use case for CP4D authenticator #113

Closed rmkeezer closed 3 years ago

rmkeezer commented 3 years ago

Adds support for API key and password support in the CP4D authenticator and updated authorization URL.

codecov[bot] commented 3 years ago

Codecov Report

Merging #113 (59e20f8) into main (1fe1864) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #113      +/-   ##
==========================================
+ Coverage   98.76%   98.77%   +0.01%     
==========================================
  Files          18       18              
  Lines         726      732       +6     
==========================================
+ Hits          717      723       +6     
  Misses          9        9              
Impacted Files Coverage Δ
ibm_cloud_sdk_core/get_authenticator.py 100.00% <ø> (ø)
...loud_sdk_core/authenticators/cp4d_authenticator.py 100.00% <100.00%> (ø)
ibm_cloud_sdk_core/cp4d_token_manager.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1fe1864...59e20f8. Read the comment docs.

ibm-devx-sdk commented 3 years ago

:tada: This PR is included in version 3.10.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: