We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75885aa commit e3d4bfdCopy full SHA for e3d4bfd
1 file changed
README.md
@@ -131,19 +131,6 @@ for directory in first_page.individuals:
131
# Remove `await` for non-async usage.
132
```
133
134
-## Nested params
135
-
136
-Nested parameters are dictionaries, typed using `TypedDict`, for example:
137
138
-```python
139
-from finch import Finch
140
141
-client = Finch()
142
143
-page = client.hris.directory.list()
144
-print(page.individuals)
145
-```
146
147
## Webhook Verification
148
149
We provide helper methods for verifying that a webhook request came from Finch, and not a malicious third party.
0 commit comments