hydroshare / hs_restclient

Python client for the https://www.hydroshare.org REST API
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

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

Closed cbcunc closed 4 years ago

cbcunc commented 4 years ago

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.")

cbcunc commented 4 years ago

PR is #119