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

current: Add CurrentAuthHandler::list_gists_for_authenticated_user #328

Merged
merged 3 commits into from
Apr 8, 2023

Conversation

envp
Copy link
Contributor

@envp envp commented Apr 8, 2023

This PR partially addresses #27 through the following:

  • Extend CurrentAuthHandler by allowing pagination through the authenticated user's gists
  • Bugfix the Gist model which incorrectly assumed that content and truncated fields are always present
  • Add an example demonstrating use of the new function. Sample output

envp added 3 commits April 7, 2023 23:08
Add a new function to `CurrentAuthHandler` that allows paginating
through the authenticated user's gists.
This example demonstrates using the gists API to paginate through the
gists of the authenticated user and printing them in a tabular form.
@envp envp changed the title Add CurrentAuthHandler::list_gists_for_authenticated_user current: Add CurrentAuthHandler::list_gists_for_authenticated_user Apr 8, 2023
@XAMPPRocky
Copy link
Owner

Thank you for your PR!

@XAMPPRocky XAMPPRocky merged commit 68bb3cc into XAMPPRocky:main Apr 8, 2023
@envp envp mentioned this pull request Apr 8, 2023
@envp envp deleted the issue-27/list-gists-for-auth-user branch April 9, 2023 23:26
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.

2 participants