File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ account in their application.
34
34
35
35
See the [ Zendesk developer site] ( https://developer.zendesk.com/ ) for API
36
36
documentation. The underlying ` zdesk_api ` module has been [ automatically
37
- generated] ( https://github.com/fprimex/zdesk/blob/master/api_gen/api_gen.py )
37
+ generated] ( https://github.com/fprimex/zdgen )
38
38
from this documentation.
39
39
40
40
## Requirements
41
41
42
- Zdesk works with both Python 2 and Python 3. Tested on Python 2.7.5 and 3.4.1 .
42
+ Zdesk works with both Python 2 and Python 3. Tested on Python 2.7.15 and 3.7.0 .
43
43
44
44
The requests package is used for authentication and requests
45
45
@@ -164,7 +164,7 @@ As a convenience, passing `get_all_pages` to any API method will do this for
164
164
you, and will also merge all responses. The result is a single, large object
165
165
that appears to be the result of one single call. The logic for this
166
166
combination and reduction is well documented in the
167
- [ source] ( https://github.com/fprimex/zdesk/blob/master/zdesk/zdesk.py#L220 )
167
+ [ source] ( https://github.com/fprimex/zdesk/blob/master/zdesk/zdesk.py#L534 )
168
168
(look for the line reading `Now we need to try to combine or reduce the
169
169
results`, if the line number has shifted since this writing).
170
170
You can’t perform that action at this time.
0 commit comments