From ee8ee1c1a71c29a5a8b5c1d7771db65edccbc3c4 Mon Sep 17 00:00:00 2001 From: stainless-bot Date: Mon, 19 Feb 2024 20:01:06 +0000 Subject: [PATCH] feat: update via SDK Studio --- .github/workflows/ci.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf65cd2..9d50d9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: CI on: push: branches: - - stainless + - main pull_request: branches: - - stainless + - main jobs: lint: diff --git a/README.md b/README.md index 7168e65..24d070b 100644 --- a/README.md +++ b/README.md @@ -222,9 +222,9 @@ database_connection = response.parse() # get the object that `database_connecti print(database_connection.id) ``` -These methods return an [`APIResponse`](https://github.com/Dataherald/dataherald-python/tree/stainless/src/dataherald/_response.py) object. +These methods return an [`APIResponse`](https://github.com/Dataherald/dataherald-python/tree/main/src/dataherald/_response.py) object. -The async client returns an [`AsyncAPIResponse`](https://github.com/Dataherald/dataherald-python/tree/stainless/src/dataherald/_response.py) with the same structure, the only difference being `await`able methods for reading the response content. +The async client returns an [`AsyncAPIResponse`](https://github.com/Dataherald/dataherald-python/tree/main/src/dataherald/_response.py) with the same structure, the only difference being `await`able methods for reading the response content. #### `.with_streaming_response`