-
Notifications
You must be signed in to change notification settings - Fork 351
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
Expose additional Preference Headers #85
Conversation
Adds the odata.track-changes, odata.maxpagesize, and odata.continue-on-error preference headers.
Hi @JefWight, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution! TTYL, AZPRBOT; |
@JefWight, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
Confirmed that Jeff is an Microsoft FTE. The CLA is approved. Please go ahead with the code review and discussion. |
This adds support for parsing $skipToken, $deltaToken, and $format from the URI, and exposes them on ODataUri.
This reverts commit 6955b76.
Update header xml.
Reverted all of the token parsing, updated comments. |
Merge all changes in this pull request as commit a9321f3. |
Adds the odata.track-changes, odata.maxpagesize, and
odata.continue-on-error preference headers.