-
-
Notifications
You must be signed in to change notification settings - Fork 514
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 documentation for query exclude keys #632
Comments
@RaschidJFR would you like to take a stab at the documentation? |
Sure thing. If you don't mind, I'll have a look at this next week as I currently got a high work load. The documentation to update should be the REST guide, right? |
If you can, both the REST and JS guides will need updating. No huge rush, some features go undocumented for months so a week or so won't do any harm. |
So I've sent my PR for the REST guide. |
@RaschidJFR can you also do the PHP docs? If not I can build on your PR. |
Sorry, I’m not familiar with the PHP SDK :/ Sent with GitHawk |
An example of |
Added example of Query.exclude() in `js/queries.md` Closes parse-community#632
* Add `keys` and `excludeKeys` options to REST docs * Add `.exclude()` example to JS Guide Added example of Query.exclude() in `js/queries.md` Closes #632 * Moved `keys` and `excludeKeys` from objects.md to queries.md Also: * Added `excludKeys` to the parameter table * Added padding to <td> elements in `_normalize.scss` * Fix typo
See parse-community/parse-server#5737 for the server implementation.
See parse-community/Parse-SDK-JS#857 for the JS SDK implementation.
See parse-community/parse-php-sdk#445 for the PHP SDK implementation.
The text was updated successfully, but these errors were encountered: