-
It would be quite helpful to many people to make use of a public REST API for Ziglist, so that people can make their own applications that make use of the knowledge available. For example, someone's p…
edqx updated
2 months ago
-
Thanks for this library. I am trying to connect to a secure API endpoint. The connection seems successful, but the set_open_handler is not called on successful connection.
I have traced though the…
-
**Description**
When I try "client.get_product_info(apps=[app_id], timeout=1)" I get an timeout. Of course before I initialize and login the Client and login anonymously with
```
client = SteamClie…
-
### Description
From what I understand the RFC6455 WebSockets specification allows for token-based auth using request headers, but in the client Javascript WebSocket implementation it's not possibl…
-
**Is your feature request related to a problem? Please describe.**
My react client switches between 2 AppSync API endpoints using `Amplify.configure`
When connecting to the first API everything wo…
-
We are excited to announce that you can now stream news via websocket: https://finnhub.io/docs/api#websocket-news
Last bid/ask can also be retrieved with the new endpoint: https://finnhub.io/docs/a…
-
When big message is send from web browser WebSocket client to Drogon WebSocket endpoint, message is not received in `handleNewMessage()` WebSocket handler function, and client can not send further W…
-
When accessing the RPC endpoint listing (usually at `http://localhost:26657`), it lists three RPC endpoints related to event subscription:
```
http://localhost:26657/subscribe
http://localhost:26…
-
Hi Alex, Great lib, thank you for making this. After watching your video series, I'm trying to get continuous market data from [IB Websocket API](https://interactivebrokers.github.io/cpwebapi/Realtime…
-
Could we use `:/json/version` to retrieve the websocket url instead of relying on parsing stdout to retrieve the websocket url? The trouble with using the json endpoint is that we will need to pick an…