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

release: 0.3.0 #62

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
chore(docs): update client docstring (#68)
  • Loading branch information
stainless-app[bot] committed Feb 28, 2025
commit 65a92c5c0cb39bf290d24567450a30eda21a7e5b
4 changes: 2 additions & 2 deletions src/gitpod/_client.py
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ def __init__(
# part of our public interface in the future.
_strict_response_validation: bool = False,
) -> None:
"""Construct a new synchronous gitpod client instance.
"""Construct a new synchronous Gitpod client instance.
This automatically infers the `bearer_token` argument from the `GITPOD_API_KEY` environment variable if it is not provided.
"""
@@ -270,7 +270,7 @@ def __init__(
# part of our public interface in the future.
_strict_response_validation: bool = False,
) -> None:
"""Construct a new async gitpod client instance.
"""Construct a new async AsyncGitpod client instance.
This automatically infers the `bearer_token` argument from the `GITPOD_API_KEY` environment variable if it is not provided.
"""