-
Notifications
You must be signed in to change notification settings - Fork 18
Implement Categories and Hashtag Endpoints in Create Wager screen #101
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
Merged
Hoossayn
merged 12 commits into
stakepoint:dev
from
akintewe:feature/STRKWAGR-42-categories-hashtag-endpoints
Apr 30, 2025
Merged
Implement Categories and Hashtag Endpoints in Create Wager screen #101
Hoossayn
merged 12 commits into
stakepoint:dev
from
akintewe:feature/STRKWAGR-42-categories-hashtag-endpoints
Apr 30, 2025
Conversation
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
Hoossayn
requested changes
Apr 30, 2025
Contributor
Hoossayn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
Hoossayn
approved these changes
Apr 30, 2025
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.





What type of PR is this? (check all applicable)
Related Tickets & Documents
Screenshots, Recordings, QA Instructions (if applicable)
r (31938): [🌎 Easy Localization] [WARNING] Localization key [Stake] not found
I/flutter (31938): *** Response ***
I/flutter (31938): uri: https://starkwager-backend.onrender.com/hashtags
I/flutter (31938): statusCode: 200
I/flutter (31938): headers:
I/flutter (31938): connection: keep-alive
I/flutter (31938): x-render-origin-server: Render
I/flutter (31938): access-control-allow-origin: *
I/flutter (31938): transfer-encoding: chunked
I/flutter (31938): date: Sun, 27 Apr 2025 13:07:18 GMT
I/flutter (31938): content-encoding: gzip
I/flutter (31938): vary: Accept-Encoding
I/flutter (31938): cf-cache-status: DYNAMIC
I/flutter (31938): content-type: application/json; charset=utf-8
I/flutter (31938): rndr-id: de607783-b94b-4a74
I/flutter (31938): server: cloudflare
I/flutter (31938): x-powered-by: Express
I/flutter (31938): alt-svc: h3=":443"; ma=86400
I/flutter (31938): cf-ray: 936e8ac5ccfc6fe8-CDG
I/flutter (31938): etag: W/"2-l9Fw4VUO7kr8CvBlt4zaMCqXZ0w"
I/flutter (31938): Response Text:
I/flutter (31938): []
38): *** Request ***
I/flutter (31938): uri: https://starkwager-backend.onrender.com/hashtags
I/flutter (31938): method: GET
I/flutter (31938): responseType: ResponseType.json
I/flutter (31938): followRedirects: true
I/flutter (31938): persistentConnection: true
I/flutter (31938): connectTimeout: 0:00:30.000000
I/flutter (31938): sendTimeout: null
I/flutter (31938): receiveTimeout: 0:00:30.000000
I/flutter (31938): receiveDataWhenStatusError: true
I/flutter (31938): extra: {}
I/flutter (31938): headers:
I/flutter (31938): data:
I/flutter (31938): null
This PR implements API integration for fetching categories and hashtags in the Create Wager screen.
Testing Instructions:
Key Changes: