-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Fix server responses and saving of ParseObjects #34
Conversation
Codecov Report
@@ Coverage Diff @@
## main #34 +/- ##
==========================================
+ Coverage 71.46% 71.64% +0.17%
==========================================
Files 30 30
Lines 1791 1862 +71
==========================================
+ Hits 1280 1334 +54
- Misses 511 528 +17
Continue to review full report at Codecov.
|
…oesn't return. Add fetch example in playgrounds.
@TomWFox can you look over the docs and some of the |
@pranjalsatija can you review this? |
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.
Docs look good 👍
@TomWFox can you change the branch protections from "deploy_docs" to "docs"? |
FetchResponse
(commit)ParseObjects
duringfetch
andfetchAll
.fetchAll
in the JS and Objc API's query for fetch based on a list ofobjectIds
. Parse-Swift does the samething now.FetchResponse
was deleted as it's not needed and isn't versatile enough to support allParseObjects
.deleteAll