blackducksoftware / hub-rest-api-python

HUB REST API Python bindings
Apache License 2.0
89 stars 105 forks source link

New method named collect_all_version_components to work around HUB_25945 #134

Open ghost opened 3 years ago

ghost commented 3 years ago

Add a parameters object to the get_version_components method so it will take an "offset" value. New method named collect_all_version_components to work around HUB_25945 where totalCount which is returned by the api is correct but the actual list of items returned is less that totalCount.