blackducksoftware / hub-rest-api-python

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

Add uniformity and debugging improvements to list_resources and get_resource #154

Closed skiyooka closed 3 years ago

skiyooka commented 3 years ago

I spent a couple of days last week trying out Client. These improvements stem from little gotchas encountered during that experience and try to print out meaningful error messages and guide the developer to correct usage of Client.

Good work on consolidating get_base_resource and get_resource as that took me some thinking to de-tangle.