blackducksoftware / hub-rest-api-python

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

Koshmack/dev filtering notifications #234

Closed koshmack closed 1 year ago

koshmack commented 1 year ago

The network error handling is reverted to the one which only depends on the hub-rest-api-python Client class. It is now ready for another review.

nichollsdave commented 1 year ago

Looks good to me, using the Client libraries built in mechanism for retry is indeed the best solution. That way we can concentrate on actual logic and leave the details to the Client library. This pull request review was useful for me as I learnt that it had a mechanism built in so thank you.