-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
feat: Add client access via ParseDioClient.client
and ParseHTTPClient.client
#1025
feat: Add client access via ParseDioClient.client
and ParseHTTPClient.client
#1025
Conversation
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request! |
I will reformat the title to use the proper commit message syntax. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1025 +/- ##
==========================================
+ Coverage 43.37% 47.26% +3.88%
==========================================
Files 61 53 -8
Lines 3463 3140 -323
==========================================
- Hits 1502 1484 -18
+ Misses 1961 1656 -305 ☔ View full report in Codecov by Sentry. |
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.
Seems pretty straight forward.
Could you rephrase the PR title to better understand the new feature? Maybe also add the class or method name. |
ParseDioClient.dioClient
and ParseHTTPClient.httpClient
ParseDioClient.dioClient
and ParseHTTPClient.httpClient
ParseDioClient.dioClient
and ParseHTTPClient.httpClient
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.
Looks good; if the new PR title makes sense, then I'll go ahead and merge.
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.
Just 1 thing:
Would it make sense to name the properties just client
as in ParseDioClient.client
, ParseHTTPClient.client
? The class names already say what type of client it is.
Good suggestion. |
Changed. |
ParseDioClient.dioClient
and ParseHTTPClient.httpClient
ParseDioClient.client
and ParseHTTPClient.client
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.
Looks good!
Pull Request
Issue
Closes: #1023
Approach
Add a function to access client in parse clients.
Tasks