Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Page Handling for All Paged Responses #64

Open
wants to merge 1 commit into
base: doc_site_update
Choose a base branch
from

Conversation

cthenderson
Copy link

Paged responses can return one of three attributes containing the url of the next page depending on how you make the request:

  • next_page: Incremental without cursor or non-incremental
  • meta['links']: Incremental with cursor
  • meta['after_cursor']: Incremental with cursor or non-incremental

@theowilletts
Copy link

@fprimex I'm looking for the fix for incremental pages that @cthenderson has added in this open request. Would it be possible to merge it in please?

@fprimex
Copy link
Owner

fprimex commented Jul 12, 2023

Hey @theowilletts , I'll see what I can do. Still haven't found anyone to help with or take over zdesk. It doesn't help that my org moved to Okta and are limiting the use of tokens / oauth. So I've been trying to do that as well as begging Zendesk to implement some kind of personal token system. Like every other service on the planet.

@theowilletts
Copy link

Thanks @fprimex I appreciate the quick response. Life really does enjoy getting in the way of fun doesn't it? I'd offer to help, but am a hobbiest at best, so wouldn't be a good fit to help with code like this..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants