generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add get tasks API #7
Closed
samarpan1738
wants to merge
18
commits into
Real-Dev-Squad:develop
from
samarpan1738:feat-get-todo-api
Closed
Add get tasks API #7
samarpan1738
wants to merge
18
commits into
Real-Dev-Squad:develop
from
samarpan1738:feat-get-todo-api
Conversation
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
samarpan1738
force-pushed
the
feat-get-todo-api
branch
from
December 7, 2024 17:07
b08dc8a
to
e210cbd
Compare
samarpan1738
force-pushed
the
feat-get-todo-api
branch
7 times, most recently
from
December 12, 2024 18:48
0a3c8af
to
240501a
Compare
samarpan1738
force-pushed
the
feat-get-todo-api
branch
from
December 13, 2024 18:17
95d3d57
to
2eaeab6
Compare
samarpan1738
force-pushed
the
feat-get-todo-api
branch
from
December 13, 2024 18:42
2eaeab6
to
db8fa03
Compare
samarpan1738
force-pushed
the
feat-get-todo-api
branch
from
December 16, 2024 17:13
db8fa03
to
cb2a945
Compare
samarpan1738
force-pushed
the
feat-get-todo-api
branch
from
December 16, 2024 17:41
cb5f60e
to
cb2a945
Compare
This was causing error while installing python requirements
samarpan1738
force-pushed
the
feat-get-todo-api
branch
from
December 16, 2024 18:05
9819abb
to
d12a045
Compare
Please break the pr into small parts |
Broken this PR into smaller PRs mentioned here |
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.
Date: 7 Dec 2024
Developer Name: Samarpan Harit
Issue Ticket Number
Description
/v1/tasks
)/v1/tasks?page=2&limit=20
)Success Response
URL - GET http://127.0.0.1:8000/v1/tasks?page=1&limit=1Response Code: 200
Error Response (Incorrect query params)
URL - GET http://127.0.0.1:8000/v1/tasks?page=1&limit=-1Response Code: 400
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Success Response
Error Response (Incorrect query params)
Test Coverage
Coverage Report
Additional Notes