-
Notifications
You must be signed in to change notification settings - Fork 15
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(pagination): re-importing from AIP-158 #168
Conversation
AEP-158 forked from the general aip.dev, whose guidance diverged a bit from gooogle.aip.dev. This re-imports those, resulting in the following set of changes: - switching typescript examples to proto (with placeholder for openapi). - minor wording fixes.
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.
A lot of the changes in this PR take generic wording and make it proto-specific (outside the protobuf tab). Other changes revert the improvement from page_size
to max_page_size
.
I commented on the first instance of each that I noticed, but not on all instances.
Co-authored-by: Richard Frankel <[email protected]>
- adding definition for schema - renaming page_size -> max_page_size - normalize verbase to use method vs operation / rpc
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. 👍
AEP-158 forked from the general aip.dev, whose guidance diverged a bit from google.aip.dev.
This re-imports those, resulting in the following set of changes:
Fixes #12
🍱 Types of changes
What types of changes does your code introduce to AEP? Put an
x
in the boxesthat apply
📋 Your checklist for this pull request
Please review the AEP Style and Guidance for
contributing to this repository.
General
references AEPs
correctly.
(usually
prettier -w .
)