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

Add get_query_param utility method to support pagination #109

Closed mkistler closed 3 years ago

mkistler commented 3 years ago

This PR adds a small utility method to extract the value of a query parameter from a URL string. This will be used in the pagination support for Python.

codecov[bot] commented 3 years ago

Codecov Report

Merging #109 (b40edde) into main (060dc7e) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   98.67%   98.69%   +0.02%     
==========================================
  Files          18       18              
  Lines         678      689      +11     
==========================================
+ Hits          669      680      +11     
  Misses          9        9              
Impacted Files Coverage Δ
ibm_cloud_sdk_core/__init__.py 100.00% <100.00%> (ø)
ibm_cloud_sdk_core/utils.py 99.27% <100.00%> (+0.05%) :arrow_up:

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 060dc7e...b40edde. Read the comment docs.

ibm-devx-automation commented 3 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: