Commit 2553fdb
Refactor endpoints to adhere to SOLID principles and fix CI issues.
- Introduce `_extract_special_params` hook in `ListGetEndpointMixin`.
- Refactor `UsersEndpoint` and `RecordsEndpoint` to use the new hook, removing `_list_impl` overrides.
- Refactor `RecordsEndpoint` to share creation logic between sync and async methods via `_prepare_create_request`.
- Refactor `JobsEndpoint` to share path building and parsing logic between sync and async methods.
- Create `.jules/architect.md` to document architectural decisions.
- Remove unused imports in `imednet/endpoints/users.py`.
- Upgrade `pip` to `^26.0` in dev dependencies to resolve CVE-2026-1703 flagged by `pip-audit`.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent 69e8831 commit 2553fdb
2 files changed
Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
0 commit comments