Skip to content

Commit 0fb6642

Browse files
docs(raw responses): fix duplicate the (#499)
1 parent 543442c commit 0fb6642

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/runloop_api_client/resources/blueprints.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class BlueprintsResource(SyncAPIResource):
3535
@cached_property
3636
def with_raw_response(self) -> BlueprintsResourceWithRawResponse:
3737
"""
38-
This property can be used as a prefix for any HTTP method call to return the
38+
This property can be used as a prefix for any HTTP method call to return
3939
the raw response object instead of the parsed content.
4040
4141
For more information, see https://www.github.com/runloopai/api-client-python#accessing-raw-response-data-eg-headers
@@ -311,7 +311,7 @@ class AsyncBlueprintsResource(AsyncAPIResource):
311311
@cached_property
312312
def with_raw_response(self) -> AsyncBlueprintsResourceWithRawResponse:
313313
"""
314-
This property can be used as a prefix for any HTTP method call to return the
314+
This property can be used as a prefix for any HTTP method call to return
315315
the raw response object instead of the parsed content.
316316
317317
For more information, see https://www.github.com/runloopai/api-client-python#accessing-raw-response-data-eg-headers

src/runloop_api_client/resources/devboxes/devboxes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def executions(self) -> ExecutionsResource:
107107
@cached_property
108108
def with_raw_response(self) -> DevboxesResourceWithRawResponse:
109109
"""
110-
This property can be used as a prefix for any HTTP method call to return the
110+
This property can be used as a prefix for any HTTP method call to return
111111
the raw response object instead of the parsed content.
112112
113113
For more information, see https://www.github.com/runloopai/api-client-python#accessing-raw-response-data-eg-headers
@@ -1230,7 +1230,7 @@ def executions(self) -> AsyncExecutionsResource:
12301230
@cached_property
12311231
def with_raw_response(self) -> AsyncDevboxesResourceWithRawResponse:
12321232
"""
1233-
This property can be used as a prefix for any HTTP method call to return the
1233+
This property can be used as a prefix for any HTTP method call to return
12341234
the raw response object instead of the parsed content.
12351235
12361236
For more information, see https://www.github.com/runloopai/api-client-python#accessing-raw-response-data-eg-headers

src/runloop_api_client/resources/devboxes/executions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ExecutionsResource(SyncAPIResource):
3333
@cached_property
3434
def with_raw_response(self) -> ExecutionsResourceWithRawResponse:
3535
"""
36-
This property can be used as a prefix for any HTTP method call to return the
36+
This property can be used as a prefix for any HTTP method call to return
3737
the raw response object instead of the parsed content.
3838
3939
For more information, see https://www.github.com/runloopai/api-client-python#accessing-raw-response-data-eg-headers
@@ -306,7 +306,7 @@ class AsyncExecutionsResource(AsyncAPIResource):
306306
@cached_property
307307
def with_raw_response(self) -> AsyncExecutionsResourceWithRawResponse:
308308
"""
309-
This property can be used as a prefix for any HTTP method call to return the
309+
This property can be used as a prefix for any HTTP method call to return
310310
the raw response object instead of the parsed content.
311311
312312
For more information, see https://www.github.com/runloopai/api-client-python#accessing-raw-response-data-eg-headers

src/runloop_api_client/resources/devboxes/logs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class LogsResource(SyncAPIResource):
2828
@cached_property
2929
def with_raw_response(self) -> LogsResourceWithRawResponse:
3030
"""
31-
This property can be used as a prefix for any HTTP method call to return the
31+
This property can be used as a prefix for any HTTP method call to return
3232
the raw response object instead of the parsed content.
3333
3434
For more information, see https://www.github.com/runloopai/api-client-python#accessing-raw-response-data-eg-headers
@@ -98,7 +98,7 @@ class AsyncLogsResource(AsyncAPIResource):
9898
@cached_property
9999
def with_raw_response(self) -> AsyncLogsResourceWithRawResponse:
100100
"""
101-
This property can be used as a prefix for any HTTP method call to return the
101+
This property can be used as a prefix for any HTTP method call to return
102102
the raw response object instead of the parsed content.
103103
104104
For more information, see https://www.github.com/runloopai/api-client-python#accessing-raw-response-data-eg-headers

src/runloop_api_client/resources/devboxes/lsp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class LspResource(SyncAPIResource):
5959
@cached_property
6060
def with_raw_response(self) -> LspResourceWithRawResponse:
6161
"""
62-
This property can be used as a prefix for any HTTP method call to return the
62+
This property can be used as a prefix for any HTTP method call to return
6363
the raw response object instead of the parsed content.
6464
6565
For more information, see https://www.github.com/runloopai/api-client-python#accessing-raw-response-data-eg-headers
@@ -750,7 +750,7 @@ class AsyncLspResource(AsyncAPIResource):
750750
@cached_property
751751
def with_raw_response(self) -> AsyncLspResourceWithRawResponse:
752752
"""
753-
This property can be used as a prefix for any HTTP method call to return the
753+
This property can be used as a prefix for any HTTP method call to return
754754
the raw response object instead of the parsed content.
755755
756756
For more information, see https://www.github.com/runloopai/api-client-python#accessing-raw-response-data-eg-headers

src/runloop_api_client/resources/repositories.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class RepositoriesResource(SyncAPIResource):
3030
@cached_property
3131
def with_raw_response(self) -> RepositoriesResourceWithRawResponse:
3232
"""
33-
This property can be used as a prefix for any HTTP method call to return the
33+
This property can be used as a prefix for any HTTP method call to return
3434
the raw response object instead of the parsed content.
3535
3636
For more information, see https://www.github.com/runloopai/api-client-python#accessing-raw-response-data-eg-headers
@@ -258,7 +258,7 @@ class AsyncRepositoriesResource(AsyncAPIResource):
258258
@cached_property
259259
def with_raw_response(self) -> AsyncRepositoriesResourceWithRawResponse:
260260
"""
261-
This property can be used as a prefix for any HTTP method call to return the
261+
This property can be used as a prefix for any HTTP method call to return
262262
the raw response object instead of the parsed content.
263263
264264
For more information, see https://www.github.com/runloopai/api-client-python#accessing-raw-response-data-eg-headers

0 commit comments

Comments
 (0)