Skip to content

Commit 6d19734

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(internal): version bump (#254)
1 parent 7727515 commit 6d19734

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/release-doctor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Release Doctor
22
on:
33
pull_request:
4+
branches:
5+
- v3
46
workflow_dispatch:
57

68
jobs:

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,12 @@ client = Intercom(
283283
)
284284
```
285285

286+
You can also customize the client on a per-request basis by using `with_options()`:
287+
288+
```python
289+
client.with_options(http_client=DefaultHttpxClient(...))
290+
```
291+
286292
### Managing HTTP resources
287293

288294
By default the library closes underlying HTTP connections whenever the client is [garbage collected](https://docs.python.org/3/reference/datamodel.html#object.__del__). You can manually close the client using the `.close()` method if desired, or with a context manager that closes when exiting.

0 commit comments

Comments
 (0)