You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ stream.produce(msg)
78
78
Option | Default value | Description
79
79
------ | ------------- | -----------
80
80
url | wss://www.streamr.com/api/v1/ws | Address of the Streamr websocket endpoint to connect to.
81
+
restUrl | https://www.streamr.com/api/v1/ws | Base URL of the Streamr REST API.
81
82
apiKey | null | Define a default apiKey to use when none is specified in the individual function calls.
82
83
autoConnect | true | If set to `true`, the client connects automatically on the first call to `subscribe()`. Otherwise an explicit call to `connect()` is required.
83
84
autoDisconnect | true | If set to `true`, the client automatically disconnects when the last stream is unsubscribed. Otherwise the connection is left open and can be disconnected explicitly by calling `disconnect()`.
0 commit comments