feat: advanced filtering API (#1468)

* created query filter classes

* extended pagination to include query filtering

* added filtering tests

* type improvements

* move type help to dev depedency

* minor type and perf fixes

* breakup test cases

Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
Michael Genson
2022-07-09 23:57:09 -05:00
committed by GitHub
parent c64da1fdb7
commit 7f50071312
8 changed files with 480 additions and 353 deletions

View File

@@ -58,6 +58,8 @@ types-PyYAML = "^6.0.4"
types-requests = "^2.27.12"
types-urllib3 = "^1.26.11"
pre-commit = "^2.17.0"
types-python-dateutil = "^2.8.18"
[build-system]
requires = ["poetry-core>=1.0.0"]