@@ -41,12 +41,16 @@ def forward(
41
41
extra_body : Body | None = None ,
42
42
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
43
43
) -> 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.
46
50
47
51
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`.
50
54
51
55
route: The URL route path for the forwarded request. This value must begin with a
52
56
forward-slash ( / ) and may only contain alphanumeric characters, hyphens, and
@@ -111,12 +115,16 @@ async def forward(
111
115
extra_body : Body | None = None ,
112
116
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
113
117
) -> 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.
116
124
117
125
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`.
120
128
121
129
route: The URL route path for the forwarded request. This value must begin with a
122
130
forward-slash ( / ) and may only contain alphanumeric characters, hyphens, and
0 commit comments