Google Tasks API and FastAPI Service#2
Open
faithvillarr wants to merge 33 commits into
Open
Conversation
…dd due date datetime format validation
…dd due date datetime format validation
back to faith's version ruff fixes chore: re export task client service methods fix ruff check fix ruff and import errors for task dirs fix mypy errors in conftests of integration and e2e fix ruff for testing
stevloc
reviewed
Nov 3, 2025
terranagai
reviewed
Nov 4, 2025
terranagai
reviewed
Nov 4, 2025
terranagai
reviewed
Nov 4, 2025
terranagai
reviewed
Nov 4, 2025
terranagai
reviewed
Nov 4, 2025
terranagai
reviewed
Nov 4, 2025
terranagai
reviewed
Nov 4, 2025
terranagai
reviewed
Nov 4, 2025
terranagai
reviewed
Nov 4, 2025
terranagai
reviewed
Nov 4, 2025
949e1a8 to
6c26c6a
Compare
fix/refactor: error handling insert due field validation and logging of delete task lint: fix lint in e2e tests testing: update conftest and add tests for tasklist endpoints lint: mypy fix mypy fix
6c26c6a to
2d69023
Compare
adithyab-20
reviewed
Nov 8, 2025
adithyab-20
reviewed
Nov 8, 2025
adithyab-20
reviewed
Nov 8, 2025
adithyab-20
reviewed
Nov 8, 2025
adithyab-20
reviewed
Nov 8, 2025
adithyab-20
reviewed
Nov 9, 2025
a3573f9 to
0a92e38
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Summary
We've created an API outline and functional implementation for Google Tasks. We've also created a FastAPI Service to integrate with this new API integration.
The adapter and client directories have yet to be added.
Change Type
Impacted Areas
task_client_apigtask_client_impltask_client_serviceTesting
Commands executed
uv run python test_gtask.py uv run pytest src/ tests/ uv run mypy src tests uv run ruff check .Results
Notes for Reviewers
We'd love some feedback on our api call set up; have we set them up in a way to be malleable enough to be configured with additional task services?