Skip to content

Commit a600e16

Browse files
committed
Added note about custom json en/decoder in readme
1 parent 40331fc commit a600e16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ pusher = Pusher(app_id, key, secret)
8080
|ssl `bool` | **Default:`True`** <br> Use HTTPS |
8181
|cluster `String` | **Default:`None`** <br> Convention for other clusters than the main Pusher-one. Eg: 'eu' will resolve to the api-eu.pusherapp.com host |
8282
|backend `Object` | an object that responds to the send_request(request) method. If none is provided, a `pusher.requests.RequestsBackend` instance is created. |
83+
|json_encoder `Object` | **Default: `None`**<br> Custom JSON encoder. |
84+
|json_decoder `Object` | **Default: `None`**<br> Custom JSON decoder.
8385

8486
##### Example
8587

0 commit comments

Comments
 (0)