-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for filter_entity_type on transfer client endpoint search
Added a new keyword argument to TransferClient.endpoint_search() that supports filtering by the collection entity type. Updated filter_non_functional argument to indicate its mutual exclusivity with filter_entity_type. refs sc-37389
- Loading branch information
1 parent
81446cd
commit a1df63c
Showing
2 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
...20331_pjhinton_sc_37389_trasfer_client_collection_search_filter_entity_type.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
.. | ||
.. A new scriv changelog fragment | ||
.. | ||
.. Uncomment the header that is right (remove the leading dots). | ||
.. | ||
.. Leave the "(:pr:`...`)" text in your change description. | ||
.. GitHub Actions will automatically replace it when the PR is merged. | ||
.. | ||
.. Python Support | ||
.. ~~~~~~~~~~~~~~ | ||
.. | ||
.. - A bullet item for the Python Support category. (:pr:`NUMBER`) | ||
.. | ||
.. Added | ||
.. ~~~~~ | ||
.. | ||
- Add `filter_entity_type` keyword argument on `TransferClient.endpoint_search()`. (:pr:`NUMBER`) | ||
.. | ||
.. Removed | ||
.. ~~~~~~~ | ||
.. | ||
.. - A bullet item for the Removed category. (:pr:`NUMBER`) | ||
.. | ||
.. Changed | ||
.. ~~~~~~~ | ||
.. | ||
.. - A bullet item for the Changed category. (:pr:`NUMBER`) | ||
.. | ||
.. Deprecated | ||
.. ~~~~~~~~~~ | ||
.. | ||
.. - A bullet item for the Deprecated category. (:pr:`NUMBER`) | ||
.. | ||
.. Fixed | ||
.. ~~~~~ | ||
.. | ||
.. - A bullet item for the Fixed category. (:pr:`NUMBER`) | ||
.. | ||
.. Documentation | ||
.. ~~~~~~~~~~~~~ | ||
.. | ||
.. - A bullet item for the Documentation category. (:pr:`NUMBER`) | ||
.. | ||
.. Security | ||
.. ~~~~~~~~ | ||
.. | ||
.. - A bullet item for the Security category. (:pr:`NUMBER`) | ||
.. | ||
.. Development | ||
.. ~~~~~~~~~~~ | ||
.. | ||
.. - A bullet item for the Development category. (:pr:`NUMBER`) | ||
.. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters