-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add collection search extension (#136)
* add collection-search extension * define collections_get_request_model * add test for additional extensions with collection-search * pass collections_get_request_model to StacApi * do not pass collection extensions to post_request_model * do not pass collection extensions to get_request_model * Do not add extensions to collection-search extension * use CollectionSearchExtension.from_extensions() * keep extensions and collection_search_extension separate * update tests * filter -> filter_query * add collection_get_request_model to client * add collection_request_model to the client * recycle collections_get_request_model in client * drop print statement * simplify * remove unused * clean up control flow for extension-specific logic * add link to PR in changelog --------- Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
- Loading branch information
1 parent
c89360c
commit 9a3797a
Showing
9 changed files
with
269 additions
and
91 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -9,5 +9,7 @@ coverage.xml | |
*.log | ||
.git | ||
.envrc | ||
*egg-info | ||
|
||
venv | ||
venv | ||
env |
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
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
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
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
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
Oops, something went wrong.