You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keyword argument resource_types is referred to as types in the docstring (see below). I'll submit a PR to resolve this, but just wanted to document it.
defsearch(
...,
resource_types: List[str] = [],
...
):
""" ... :param types: Filter results to particular HydroShare resource types (Deprecated, all types are Composite) ... """
:param types: Filter results to particular HydroShare resource types (Deprecated, all types are Composite)
@sblack-usu, given the context you added to the docstring, should a deprecated warning be raised if resource_types is passed? If so, Ill include that in the PR as well.
The text was updated successfully, but these errors were encountered:
The keyword argument
resource_types
is referred to astypes
in the docstring (see below). I'll submit a PR to resolve this, but just wanted to document it.hsclient/hsclient/hydroshare.py
Line 844 in bf3174e
@sblack-usu, given the context you added to the docstring, should a deprecated warning be raised if
resource_types
is passed? If so, Ill include that in the PR as well.The text was updated successfully, but these errors were encountered: