aboutsummaryrefslogtreecommitdiffstats
path: root/docs/result.rst
blob: 182ed5cd733b05908ab04ef7ca87294d0e8d5159 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Result
=======

Some requests returns multiple :doc:`resources`, for that reason the
``Github API`` paginate it and **pygithub3** too

Smart Result
--------------

.. autoclass:: pygithub3.core.result.smart.Result
    :members:

Normal Result
---------------

.. autoclass:: pygithub3.core.result.normal.Result