rikvermeer

Results 3 issues of rikvermeer

This PR closes/fixes the following issues: NotificationFilterUrl creation / listing on NotificationFilterUrlUser and NotificationFilterUrlMonetaryAccount. The endpoint and model differ for NotificationFilterUrl since there are two endpoints for this model. NotificationFilterUrlUser...

@classmethod BunqModel._from_json_list assumes that the endpoint name is the same as the model name. This does not work for the abstract type NotificationFilterUrl which can be loaded from multiple endpoints...

Public dynamic secure reverse tunnel remote webrepl CLI ` ./webrepl_socks.py "10.44.5.4:8266" -p "mypass" ` --> `micropython_001` ... `micropython_50` **Monkeypatch webREPL SOCKS!** ``` import socket import socks socks.set_default_proxy(socks.SOCKS5, "localhost", $localport) socket.socket...