Skip to content

Commit ae1b97a

Browse files
docs(raw responses): fix duplicate the (#575)
1 parent 24ccfc8 commit ae1b97a

31 files changed

+62
-62
lines changed

src/finch/resources/access_tokens.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class AccessTokens(SyncAPIResource):
2121
@cached_property
2222
def with_raw_response(self) -> AccessTokensWithRawResponse:
2323
"""
24-
This property can be used as a prefix for any HTTP method call to return the
24+
This property can be used as a prefix for any HTTP method call to return
2525
the raw response object instead of the parsed content.
2626
2727
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -99,7 +99,7 @@ class AsyncAccessTokens(AsyncAPIResource):
9999
@cached_property
100100
def with_raw_response(self) -> AsyncAccessTokensWithRawResponse:
101101
"""
102-
This property can be used as a prefix for any HTTP method call to return the
102+
This property can be used as a prefix for any HTTP method call to return
103103
the raw response object instead of the parsed content.
104104
105105
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/account.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Account(SyncAPIResource):
2020
@cached_property
2121
def with_raw_response(self) -> AccountWithRawResponse:
2222
"""
23-
This property can be used as a prefix for any HTTP method call to return the
23+
This property can be used as a prefix for any HTTP method call to return
2424
the raw response object instead of the parsed content.
2525
2626
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -79,7 +79,7 @@ class AsyncAccount(AsyncAPIResource):
7979
@cached_property
8080
def with_raw_response(self) -> AsyncAccountWithRawResponse:
8181
"""
82-
This property can be used as a prefix for any HTTP method call to return the
82+
This property can be used as a prefix for any HTTP method call to return
8383
the raw response object instead of the parsed content.
8484
8585
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/connect/connect.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def sessions(self) -> Sessions:
2424
@cached_property
2525
def with_raw_response(self) -> ConnectWithRawResponse:
2626
"""
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
2828
the raw response object instead of the parsed content.
2929
3030
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -49,7 +49,7 @@ def sessions(self) -> AsyncSessions:
4949
@cached_property
5050
def with_raw_response(self) -> AsyncConnectWithRawResponse:
5151
"""
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
5353
the raw response object instead of the parsed content.
5454
5555
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/connect/sessions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Sessions(SyncAPIResource):
2828
@cached_property
2929
def with_raw_response(self) -> SessionsWithRawResponse:
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/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -166,7 +166,7 @@ class AsyncSessions(AsyncAPIResource):
166166
@cached_property
167167
def with_raw_response(self) -> AsyncSessionsWithRawResponse:
168168
"""
169-
This property can be used as a prefix for any HTTP method call to return the
169+
This property can be used as a prefix for any HTTP method call to return
170170
the raw response object instead of the parsed content.
171171
172172
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/hris/benefits/benefits.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def individuals(self) -> Individuals:
4444
@cached_property
4545
def with_raw_response(self) -> BenefitsWithRawResponse:
4646
"""
47-
This property can be used as a prefix for any HTTP method call to return the
47+
This property can be used as a prefix for any HTTP method call to return
4848
the raw response object instead of the parsed content.
4949
5050
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -228,7 +228,7 @@ def individuals(self) -> AsyncIndividuals:
228228
@cached_property
229229
def with_raw_response(self) -> AsyncBenefitsWithRawResponse:
230230
"""
231-
This property can be used as a prefix for any HTTP method call to return the
231+
This property can be used as a prefix for any HTTP method call to return
232232
the raw response object instead of the parsed content.
233233
234234
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/hris/benefits/individuals.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Individuals(SyncAPIResource):
3131
@cached_property
3232
def with_raw_response(self) -> IndividualsWithRawResponse:
3333
"""
34-
This property can be used as a prefix for any HTTP method call to return the
34+
This property can be used as a prefix for any HTTP method call to return
3535
the raw response object instead of the parsed content.
3636
3737
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -214,7 +214,7 @@ class AsyncIndividuals(AsyncAPIResource):
214214
@cached_property
215215
def with_raw_response(self) -> AsyncIndividualsWithRawResponse:
216216
"""
217-
This property can be used as a prefix for any HTTP method call to return the
217+
This property can be used as a prefix for any HTTP method call to return
218218
the raw response object instead of the parsed content.
219219
220220
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/hris/company.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class CompanyResource(SyncAPIResource):
1919
@cached_property
2020
def with_raw_response(self) -> CompanyResourceWithRawResponse:
2121
"""
22-
This property can be used as a prefix for any HTTP method call to return the
22+
This property can be used as a prefix for any HTTP method call to return
2323
the raw response object instead of the parsed content.
2424
2525
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -59,7 +59,7 @@ class AsyncCompanyResource(AsyncAPIResource):
5959
@cached_property
6060
def with_raw_response(self) -> AsyncCompanyResourceWithRawResponse:
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/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/hris/directory.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Directory(SyncAPIResource):
2424
@cached_property
2525
def with_raw_response(self) -> DirectoryWithRawResponse:
2626
"""
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
2828
the raw response object instead of the parsed content.
2929
3030
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -130,7 +130,7 @@ class AsyncDirectory(AsyncAPIResource):
130130
@cached_property
131131
def with_raw_response(self) -> AsyncDirectoryWithRawResponse:
132132
"""
133-
This property can be used as a prefix for any HTTP method call to return the
133+
This property can be used as a prefix for any HTTP method call to return
134134
the raw response object instead of the parsed content.
135135
136136
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/hris/documents.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Documents(SyncAPIResource):
2828
@cached_property
2929
def with_raw_response(self) -> DocumentsWithRawResponse:
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/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -147,7 +147,7 @@ class AsyncDocuments(AsyncAPIResource):
147147
@cached_property
148148
def with_raw_response(self) -> AsyncDocumentsWithRawResponse:
149149
"""
150-
This property can be used as a prefix for any HTTP method call to return the
150+
This property can be used as a prefix for any HTTP method call to return
151151
the raw response object instead of the parsed content.
152152
153153
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/hris/employments.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Employments(SyncAPIResource):
2424
@cached_property
2525
def with_raw_response(self) -> EmploymentsWithRawResponse:
2626
"""
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
2828
the raw response object instead of the parsed content.
2929
3030
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -81,7 +81,7 @@ class AsyncEmployments(AsyncAPIResource):
8181
@cached_property
8282
def with_raw_response(self) -> AsyncEmploymentsWithRawResponse:
8383
"""
84-
This property can be used as a prefix for any HTTP method call to return the
84+
This property can be used as a prefix for any HTTP method call to return
8585
the raw response object instead of the parsed content.
8686
8787
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/hris/hris.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def benefits(self) -> Benefits:
108108
@cached_property
109109
def with_raw_response(self) -> HRISWithRawResponse:
110110
"""
111-
This property can be used as a prefix for any HTTP method call to return the
111+
This property can be used as a prefix for any HTTP method call to return
112112
the raw response object instead of the parsed content.
113113
114114
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -161,7 +161,7 @@ def benefits(self) -> AsyncBenefits:
161161
@cached_property
162162
def with_raw_response(self) -> AsyncHRISWithRawResponse:
163163
"""
164-
This property can be used as a prefix for any HTTP method call to return the
164+
This property can be used as a prefix for any HTTP method call to return
165165
the raw response object instead of the parsed content.
166166
167167
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/hris/individuals.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Individuals(SyncAPIResource):
2424
@cached_property
2525
def with_raw_response(self) -> IndividualsWithRawResponse:
2626
"""
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
2828
the raw response object instead of the parsed content.
2929
3030
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -86,7 +86,7 @@ class AsyncIndividuals(AsyncAPIResource):
8686
@cached_property
8787
def with_raw_response(self) -> AsyncIndividualsWithRawResponse:
8888
"""
89-
This property can be used as a prefix for any HTTP method call to return the
89+
This property can be used as a prefix for any HTTP method call to return
9090
the raw response object instead of the parsed content.
9191
9292
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/hris/pay_statements.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class PayStatements(SyncAPIResource):
2424
@cached_property
2525
def with_raw_response(self) -> PayStatementsWithRawResponse:
2626
"""
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
2828
the raw response object instead of the parsed content.
2929
3030
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -86,7 +86,7 @@ class AsyncPayStatements(AsyncAPIResource):
8686
@cached_property
8787
def with_raw_response(self) -> AsyncPayStatementsWithRawResponse:
8888
"""
89-
This property can be used as a prefix for any HTTP method call to return the
89+
This property can be used as a prefix for any HTTP method call to return
9090
the raw response object instead of the parsed content.
9191
9292
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/hris/payments.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Payments(SyncAPIResource):
2525
@cached_property
2626
def with_raw_response(self) -> PaymentsWithRawResponse:
2727
"""
28-
This property can be used as a prefix for any HTTP method call to return the
28+
This property can be used as a prefix for any HTTP method call to return
2929
the raw response object instead of the parsed content.
3030
3131
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -95,7 +95,7 @@ class AsyncPayments(AsyncAPIResource):
9595
@cached_property
9696
def with_raw_response(self) -> AsyncPaymentsWithRawResponse:
9797
"""
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
9999
the raw response object instead of the parsed content.
100100
101101
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/jobs/automated.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Automated(SyncAPIResource):
2929
@cached_property
3030
def with_raw_response(self) -> AutomatedWithRawResponse:
3131
"""
32-
This property can be used as a prefix for any HTTP method call to return the
32+
This property can be used as a prefix for any HTTP method call to return
3333
the raw response object instead of the parsed content.
3434
3535
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -246,7 +246,7 @@ class AsyncAutomated(AsyncAPIResource):
246246
@cached_property
247247
def with_raw_response(self) -> AsyncAutomatedWithRawResponse:
248248
"""
249-
This property can be used as a prefix for any HTTP method call to return the
249+
This property can be used as a prefix for any HTTP method call to return
250250
the raw response object instead of the parsed content.
251251
252252
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/jobs/jobs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def manual(self) -> Manual:
3636
@cached_property
3737
def with_raw_response(self) -> JobsWithRawResponse:
3838
"""
39-
This property can be used as a prefix for any HTTP method call to return the
39+
This property can be used as a prefix for any HTTP method call to return
4040
the raw response object instead of the parsed content.
4141
4242
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -65,7 +65,7 @@ def manual(self) -> AsyncManual:
6565
@cached_property
6666
def with_raw_response(self) -> AsyncJobsWithRawResponse:
6767
"""
68-
This property can be used as a prefix for any HTTP method call to return the
68+
This property can be used as a prefix for any HTTP method call to return
6969
the raw response object instead of the parsed content.
7070
7171
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/jobs/manual.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Manual(SyncAPIResource):
1919
@cached_property
2020
def with_raw_response(self) -> ManualWithRawResponse:
2121
"""
22-
This property can be used as a prefix for any HTTP method call to return the
22+
This property can be used as a prefix for any HTTP method call to return
2323
the raw response object instead of the parsed content.
2424
2525
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -75,7 +75,7 @@ class AsyncManual(AsyncAPIResource):
7575
@cached_property
7676
def with_raw_response(self) -> AsyncManualWithRawResponse:
7777
"""
78-
This property can be used as a prefix for any HTTP method call to return the
78+
This property can be used as a prefix for any HTTP method call to return
7979
the raw response object instead of the parsed content.
8080
8181
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/payroll/pay_groups.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class PayGroups(SyncAPIResource):
2525
@cached_property
2626
def with_raw_response(self) -> PayGroupsWithRawResponse:
2727
"""
28-
This property can be used as a prefix for any HTTP method call to return the
28+
This property can be used as a prefix for any HTTP method call to return
2929
the raw response object instead of the parsed content.
3030
3131
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -122,7 +122,7 @@ class AsyncPayGroups(AsyncAPIResource):
122122
@cached_property
123123
def with_raw_response(self) -> AsyncPayGroupsWithRawResponse:
124124
"""
125-
This property can be used as a prefix for any HTTP method call to return the
125+
This property can be used as a prefix for any HTTP method call to return
126126
the raw response object instead of the parsed content.
127127
128128
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

src/finch/resources/payroll/payroll.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def pay_groups(self) -> PayGroups:
2424
@cached_property
2525
def with_raw_response(self) -> PayrollWithRawResponse:
2626
"""
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
2828
the raw response object instead of the parsed content.
2929
3030
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -49,7 +49,7 @@ def pay_groups(self) -> AsyncPayGroups:
4949
@cached_property
5050
def with_raw_response(self) -> AsyncPayrollWithRawResponse:
5151
"""
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
5353
the raw response object instead of the parsed content.
5454
5555
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers

0 commit comments

Comments
 (0)