hydroshare/hs_restclient

hs_restclient.Hydroshare.getResourceList is deprecated; use hs_restclient.Hydroshare.resources instead in examples

Closed this issue · 1 comments

Following examples in README results in:

site-packages/hs_restclient/__init__.py:208: UserWarning: This syntax is deprecated, please use hs.resources(**kwargs) instead. warnings.warn("This syntax is deprecated, please use hs.resources(**kwargs) instead.")

PR is #119