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

Call current user API v1/user during sdk client initialization. #33

Closed
wants to merge 9 commits into from

Commits on Feb 20, 2024

  1. Call current user API v1/user during sdk client initialization.

    - add reference to client obj for all Resources
    - make client.resource initialization lazy
    dbkegley committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    61cb261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2460459 View commit details
    Browse the repository at this point in the history
  3. Always call users api

    dbkegley committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    fdc7913 View commit details
    Browse the repository at this point in the history
  4. Fix client tests

    dbkegley committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3d35dbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecb0e8d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. merge: resolves conflicts (#40)

    * doc: put some words in README.md (#38)
    
    * feat: adds passthrough methods for each HTTP request type (#25)
    
    * feat: adds connect_version property to Client (#39)
    
    * build: disables coverage threshold for new files (#41)
    
    * ci: adds main.yaml (#42)
    
    * ci: fixes main.yaml job name (#43)
    
    ---------
    
    Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com>
    tdstein and nealrichardson committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    89b7afc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c5beb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f1c75 View commit details
    Browse the repository at this point in the history
  4. fix: url resolution

    tdstein committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3246cc3 View commit details
    Browse the repository at this point in the history