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

Update report_user_by_email.py example to use get_user_by_email() method instead of json_api_call() #245

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    f493b96 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. feat: add get_user_by_email() method to admin.py

    doc: add report_user_by_email.py to examples
    MarkTripod-Duo committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    48580c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    023cbe6 View commit details
    Browse the repository at this point in the history
  2. feat: add get_user_by_email() method to admin.py

    doc: add report_user_by_email.py to examples
    MarkTripod-Duo committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d436244 View commit details
    Browse the repository at this point in the history
  3. doc: update report_user_by_email.py example to use get_user_by_email(…

    …) method instead of generic json_api_call() method.
    MarkTripod-Duo committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9a398af View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. chore: reorganize examples into client specific folders and add Auth …

    …API examples for user authentication
    MarkTripod-Duo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7a81bd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. chore: reorganize examples into client specific folders. add Auth API…

    … examples for user authentication and Accounts API examples for managing child accounts
    MarkTripod-Duo committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8a0747b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    79ceb77 View commit details
    Browse the repository at this point in the history