alxspectrum

Results 2 issues of alxspectrum

``` def start_user_socket(self, callback: Callable) -> str: return self._start_async_socket( callback=callback, socket_name='user_socket', params={} ) def start_margin_socket(self, callback: Callable) -> str: return self._start_async_socket( callback=callback, socket_name='margin_socket', params={} ) ``` Subscribing to these 2...

In the twitter website the route GET /2/users/by/username/:username/following has been added to the Basic Access product ![image](https://user-images.githubusercontent.com/56791408/231131653-22bf11a7-4827-4430-ae90-8cbdbd4cd73e.png) but after trying hitting it it does not seem to exist. Also, it...