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
Rewrite of cmd to client that gets data from API endpoints instead of importing Algo class.
API documentation in get request at root, i.e. api.street.yoga/
Returns all endpoints and servertime from class, but split it up to appropriate resource classes and save to database.
check postman Code snippets for http.client or requests payload
See this list of http-clients, it includes asynchronious libraries and even one that offers HTTP 2.0 support.
Using one of the asynchronious ones is a strong consideration.
Websockets under Windows: pyOpenSSL expects trusted root set from twisted but gets none:
You can do websockets in Flask too: Flask SocketIO
Flasks own
request
instance of Request class and requestsRewrite of cmd to client that gets data from API endpoints instead of importing Algo class.
API documentation in get request at root, i.e. api.street.yoga/
Returns all endpoints and servertime from class, but split it up to appropriate resource classes and save to database.
check postman Code snippets for http.client or requests payload
See this list of http-clients, it includes asynchronious libraries and even one that offers HTTP 2.0 support.
Using one of the asynchronious ones is a strong consideration.
Websockets under Windows: pyOpenSSL expects trusted root set from twisted but gets none:
In PowerShell:
Can't run any websocket example binance/binance-connector-python#57 (comment)
In Script:
Can't run any websocket example binance/binance-connector-python#57 (comment)
Cryptographic Authority wants to kill pyopenssl, avoid, as well as frameworks that depend on it, like twisted
Discussion: SSL backend python-trio/trio#1145 (comment)
An alternative to Flask is FastAPI, uses asyncio
Removed binance-connector because being dependant on twisted
Pyramid and Django probably overkill
The text was updated successfully, but these errors were encountered: