Skip to content

Commit e3d4bfd

Browse files
docs: remove or fix invalid readme examples
1 parent 75885aa commit e3d4bfd

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,19 +131,6 @@ for directory in first_page.individuals:
131131
# Remove `await` for non-async usage.
132132
```
133133

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-
147134
## Webhook Verification
148135

149136
We provide helper methods for verifying that a webhook request came from Finch, and not a malicious third party.

0 commit comments

Comments
 (0)