From 8c72fc3834e305fdf73264b8c33831a9e050fee5 Mon Sep 17 00:00:00 2001 From: Rick Bradley Date: Sun, 9 Dec 2012 15:50:48 -0600 Subject: [PATCH] Announce pagination works on org repos listings --- ...ation-repositories-results-now-paginate.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/changes/2012-12-09-organization-repositories-results-now-paginate.html diff --git a/content/changes/2012-12-09-organization-repositories-results-now-paginate.html b/content/changes/2012-12-09-organization-repositories-results-now-paginate.html new file mode 100644 index 0000000000..ddbe2297a1 --- /dev/null +++ b/content/changes/2012-12-09-organization-repositories-results-now-paginate.html @@ -0,0 +1,17 @@ +--- +kind: change +title: Pagination for Organization Repository lists now paginates properly +created_at: 2012-12-09 +author_name: rick +--- + +![](https://github-images.s3.amazonaws.com/skitch/seger-turn-the-page-20121209-154956.png) + +Improvements continue to the Organizations Repository listing endpoint. +Today we're improving pagination so that it works as documented. Now you +can actually use `page` and `per_page` query params, or, better still, use +the `Link` headers to navigate through the results space. + +The docs for Organization Repositories queries are still here: + +* [Organization Repositories](/v3/repos/#list-organization-repositories)