@@ -41,12 +41,16 @@ def forward(
4141 extra_body : Body | None = None ,
4242 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
4343 ) -> RequestForwardingForwardResponse :
44- """
45- The Forward API allows you to make direct requests to an employment system.
44+ """The Forward API allows you to make direct requests to an employment system.
45+
46+ If
47+ Finch’s unified API doesn’t have a data model that cleanly fits your needs, then
48+ Forward allows you to push or pull data models directly against an integration’s
49+ API.
4650
4751 Args:
48- method: The HTTP method for the forwarded request. Valid values include: `GET`, `POST`,
49- `PUT`, `DELETE`, and `PATCH`.
52+ method: The HTTP method for the forwarded request. Valid values include: `GET` , `POST`
53+ , `PUT` , `DELETE` , and `PATCH`.
5054
5155 route: The URL route path for the forwarded request. This value must begin with a
5256 forward-slash ( / ) and may only contain alphanumeric characters, hyphens, and
@@ -111,12 +115,16 @@ async def forward(
111115 extra_body : Body | None = None ,
112116 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
113117 ) -> RequestForwardingForwardResponse :
114- """
115- The Forward API allows you to make direct requests to an employment system.
118+ """The Forward API allows you to make direct requests to an employment system.
119+
120+ If
121+ Finch’s unified API doesn’t have a data model that cleanly fits your needs, then
122+ Forward allows you to push or pull data models directly against an integration’s
123+ API.
116124
117125 Args:
118- method: The HTTP method for the forwarded request. Valid values include: `GET`, `POST`,
119- `PUT`, `DELETE`, and `PATCH`.
126+ method: The HTTP method for the forwarded request. Valid values include: `GET` , `POST`
127+ , `PUT` , `DELETE` , and `PATCH`.
120128
121129 route: The URL route path for the forwarded request. This value must begin with a
122130 forward-slash ( / ) and may only contain alphanumeric characters, hyphens, and
0 commit comments