File tree 10 files changed +20
-20
lines changed
10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class HealthResource(SyncAPIResource):
23
23
@cached_property
24
24
def with_raw_response (self ) -> HealthResourceWithRawResponse :
25
25
"""
26
- This property can be used as a prefix for any HTTP method call to return the
26
+ This property can be used as a prefix for any HTTP method call to return
27
27
the raw response object instead of the parsed content.
28
28
29
29
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
@@ -101,7 +101,7 @@ class AsyncHealthResource(AsyncAPIResource):
101
101
@cached_property
102
102
def with_raw_response (self ) -> AsyncHealthResourceWithRawResponse :
103
103
"""
104
- This property can be used as a prefix for any HTTP method call to return the
104
+ This property can be used as a prefix for any HTTP method call to return
105
105
the raw response object instead of the parsed content.
106
106
107
107
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class BillingResource(SyncAPIResource):
24
24
@cached_property
25
25
def with_raw_response (self ) -> BillingResourceWithRawResponse :
26
26
"""
27
- This property can be used as a prefix for any HTTP method call to return the
27
+ This property can be used as a prefix for any HTTP method call to return
28
28
the raw response object instead of the parsed content.
29
29
30
30
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
@@ -111,7 +111,7 @@ class AsyncBillingResource(AsyncAPIResource):
111
111
@cached_property
112
112
def with_raw_response (self ) -> AsyncBillingResourceWithRawResponse :
113
113
"""
114
- This property can be used as a prefix for any HTTP method call to return the
114
+ This property can be used as a prefix for any HTTP method call to return
115
115
the raw response object instead of the parsed content.
116
116
117
117
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def billing(self) -> BillingResource:
35
35
@cached_property
36
36
def with_raw_response (self ) -> OrganizationsResourceWithRawResponse :
37
37
"""
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
39
39
the raw response object instead of the parsed content.
40
40
41
41
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
@@ -93,7 +93,7 @@ def billing(self) -> AsyncBillingResource:
93
93
@cached_property
94
94
def with_raw_response (self ) -> AsyncOrganizationsResourceWithRawResponse :
95
95
"""
96
- This property can be used as a prefix for any HTTP method call to return the
96
+ This property can be used as a prefix for any HTTP method call to return
97
97
the raw response object instead of the parsed content.
98
98
99
99
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class AccessKeysResource(SyncAPIResource):
32
32
@cached_property
33
33
def with_raw_response (self ) -> AccessKeysResourceWithRawResponse :
34
34
"""
35
- This property can be used as a prefix for any HTTP method call to return the
35
+ This property can be used as a prefix for any HTTP method call to return
36
36
the raw response object instead of the parsed content.
37
37
38
38
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
@@ -306,7 +306,7 @@ class AsyncAccessKeysResource(AsyncAPIResource):
306
306
@cached_property
307
307
def with_raw_response (self ) -> AsyncAccessKeysResourceWithRawResponse :
308
308
"""
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
310
310
the raw response object instead of the parsed content.
311
311
312
312
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class EntriesResource(SyncAPIResource):
38
38
@cached_property
39
39
def with_raw_response (self ) -> EntriesResourceWithRawResponse :
40
40
"""
41
- This property can be used as a prefix for any HTTP method call to return the
41
+ This property can be used as a prefix for any HTTP method call to return
42
42
the raw response object instead of the parsed content.
43
43
44
44
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
@@ -351,7 +351,7 @@ class AsyncEntriesResource(AsyncAPIResource):
351
351
@cached_property
352
352
def with_raw_response (self ) -> AsyncEntriesResourceWithRawResponse :
353
353
"""
354
- This property can be used as a prefix for any HTTP method call to return the
354
+ This property can be used as a prefix for any HTTP method call to return
355
355
the raw response object instead of the parsed content.
356
356
357
357
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def entries(self) -> EntriesResource:
56
56
@cached_property
57
57
def with_raw_response (self ) -> ProjectsResourceWithRawResponse :
58
58
"""
59
- This property can be used as a prefix for any HTTP method call to return the
59
+ This property can be used as a prefix for any HTTP method call to return
60
60
the raw response object instead of the parsed content.
61
61
62
62
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
@@ -324,7 +324,7 @@ def entries(self) -> AsyncEntriesResource:
324
324
@cached_property
325
325
def with_raw_response (self ) -> AsyncProjectsResourceWithRawResponse :
326
326
"""
327
- This property can be used as a prefix for any HTTP method call to return the
327
+ This property can be used as a prefix for any HTTP method call to return
328
328
the raw response object instead of the parsed content.
329
329
330
330
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class APIKeyResource(SyncAPIResource):
23
23
@cached_property
24
24
def with_raw_response (self ) -> APIKeyResourceWithRawResponse :
25
25
"""
26
- This property can be used as a prefix for any HTTP method call to return the
26
+ This property can be used as a prefix for any HTTP method call to return
27
27
the raw response object instead of the parsed content.
28
28
29
29
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
@@ -63,7 +63,7 @@ class AsyncAPIKeyResource(AsyncAPIResource):
63
63
@cached_property
64
64
def with_raw_response (self ) -> AsyncAPIKeyResourceWithRawResponse :
65
65
"""
66
- This property can be used as a prefix for any HTTP method call to return the
66
+ This property can be used as a prefix for any HTTP method call to return
67
67
the raw response object instead of the parsed content.
68
68
69
69
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def organizations(self) -> OrganizationsResource:
47
47
@cached_property
48
48
def with_raw_response (self ) -> MyselfResourceWithRawResponse :
49
49
"""
50
- This property can be used as a prefix for any HTTP method call to return the
50
+ This property can be used as a prefix for any HTTP method call to return
51
51
the raw response object instead of the parsed content.
52
52
53
53
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
@@ -95,7 +95,7 @@ def organizations(self) -> AsyncOrganizationsResource:
95
95
@cached_property
96
96
def with_raw_response (self ) -> AsyncMyselfResourceWithRawResponse :
97
97
"""
98
- This property can be used as a prefix for any HTTP method call to return the
98
+ This property can be used as a prefix for any HTTP method call to return
99
99
the raw response object instead of the parsed content.
100
100
101
101
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class OrganizationsResource(SyncAPIResource):
23
23
@cached_property
24
24
def with_raw_response (self ) -> OrganizationsResourceWithRawResponse :
25
25
"""
26
- This property can be used as a prefix for any HTTP method call to return the
26
+ This property can be used as a prefix for any HTTP method call to return
27
27
the raw response object instead of the parsed content.
28
28
29
29
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
@@ -63,7 +63,7 @@ class AsyncOrganizationsResource(AsyncAPIResource):
63
63
@cached_property
64
64
def with_raw_response (self ) -> AsyncOrganizationsResourceWithRawResponse :
65
65
"""
66
- This property can be used as a prefix for any HTTP method call to return the
66
+ This property can be used as a prefix for any HTTP method call to return
67
67
the raw response object instead of the parsed content.
68
68
69
69
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def myself(self) -> MyselfResource:
24
24
@cached_property
25
25
def with_raw_response (self ) -> UsersResourceWithRawResponse :
26
26
"""
27
- This property can be used as a prefix for any HTTP method call to return the
27
+ This property can be used as a prefix for any HTTP method call to return
28
28
the raw response object instead of the parsed content.
29
29
30
30
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
@@ -49,7 +49,7 @@ def myself(self) -> AsyncMyselfResource:
49
49
@cached_property
50
50
def with_raw_response (self ) -> AsyncUsersResourceWithRawResponse :
51
51
"""
52
- This property can be used as a prefix for any HTTP method call to return the
52
+ This property can be used as a prefix for any HTTP method call to return
53
53
the raw response object instead of the parsed content.
54
54
55
55
For more information, see https://www.github.com/cleanlab/codex-python#accessing-raw-response-data-eg-headers
You can’t perform that action at this time.
0 commit comments