Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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)