-
Notifications
You must be signed in to change notification settings - Fork 203
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
Follow Link header URIs for pagination #420
Comments
Hypermedia driven API ;) And agreed. |
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
(when checking to enable or disable pagination links)
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
(when checking to enable or disable pagination links)
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
(when checking to enable or disable pagination links)
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
(when checking to enable or disable pagination links)
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
miketaylr
pushed a commit
that referenced
this issue
Nov 24, 2014
miketaylr
pushed a commit
that referenced
this issue
Nov 25, 2014
miketaylr
pushed a commit
that referenced
this issue
Nov 25, 2014
…model Search comes back as an object, with issues in the items key. Issues is just an array.
miketaylr
pushed a commit
that referenced
this issue
Nov 25, 2014
This is a temporary workaround of GitHub's lack of sending Link headers to the Issues API filtered by label. They have been contacted and confirmed they are tracking it via an internal issue.
miketaylr
pushed a commit
that referenced
this issue
Nov 25, 2014
"closed" remains at /issues/category because requesting issues by issue state correctly returns Link headers.
miketaylr
pushed a commit
that referenced
this issue
Dec 2, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 2, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 2, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 2, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 2, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 3, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
(when checking to enable or disable pagination links)
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
…model Search comes back as an object, with issues in the items key. Issues is just an array.
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
This is a temporary workaround of GitHub's lack of sending Link headers to the Issues API filtered by label. They have been contacted and confirmed they are tracking it via an internal issue.
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
"closed" remains at /issues/category because requesting issues by issue state correctly returns Link headers.
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
miketaylr
pushed a commit
that referenced
this issue
Dec 5, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow up from #370. Pagination traversal is much simpler if we just go where GitHub is telling us where to go.
The text was updated successfully, but these errors were encountered: