-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Description
| self.PPER_PAGE: self.max_items, |
The value of max-items is only used for issues method, so what is the point of setting this value?
For example:
| self.PPER_PAGE: self.VPER_PAGE, |
when we called
https://api.github.com/repos/apache/spark/pulls/27058/comments?per_page=100&direction=asc&sort=updated, we got Server Error.But if
per_page is 50, the response is 200.
It should also be used in others methods so that we can set per_page what we want.
Metadata
Metadata
Assignees
Labels
No labels