From 14ef05b1ffef24fae97ae3e79567ab612a75ff11 Mon Sep 17 00:00:00 2001 From: David Medina Date: Sun, 4 Mar 2012 16:58:08 +0100 Subject: Refactor result. Now it's a package result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. --- docs/result.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/result.rst b/docs/result.rst index f084807..182ed5c 100644 --- a/docs/result.rst +++ b/docs/result.rst @@ -5,5 +5,14 @@ Result Some requests returns multiple :doc:`resources`, for that reason the ``Github API`` paginate it and **pygithub3** too -.. autoclass:: pygithub3.core.result.Result +Smart Result +-------------- + +.. autoclass:: pygithub3.core.result.smart.Result + :members: + +Normal Result +--------------- + +.. autoclass:: pygithub3.core.result.normal.Result -- cgit v1.2.3-59-g8ed1b