We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d6509 commit 32244acCopy full SHA for 32244ac
README.md
@@ -303,6 +303,11 @@ print(json.dumps(response, indent=2))
303
> In the above example, the simpler approach is to use
304
> `notion.comments.create()`.
305
306
+Another customization you can make is to pass your own `httpx.Client` or
307
+`httpx.AsyncClient` to the `Client` or `AsyncClient` constructor. This might be
308
+helpful for some execution environments where the default HTTPX client isn't
309
+suitable.
310
+
311
## Testing
312
313
Run the tests with the `pytest` command. If you want to test against all Python
0 commit comments