blackducksoftware / hub-rest-api-python

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

paginated bom component results #225

Open campbeje opened 1 year ago

campbeje commented 1 year ago

paginate BOM results, useful for very large BOMs to avoid timeouts

OffBy0x01 commented 1 year ago

Hey @campbeje - as per https://github.com/blackducksoftware/hub-rest-api-python/blob/master/README.md?plain=1#L13 we are only accepting examples that make use of the client interface (which has pagination built in). If you'd like to refactor this to use the client interface I'd be happy to approve, otherwise we can just close this for now.