File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ For community support and discussions, join our [Pythonic Schwab API Discord gro
16166 . ** Run the Program** : Start by executing ` main.py ` .
1717
1818## Capabilities
19- - ** API Authentication** : Utilizes OAuth for secure access ( ` schwab-api.initialize() ` ) .
20- - ** Comprehensive API Function Coverage** : Includes ready-to-use functions for all API endpoints ( ` schwab-api.perform_request() ` ) .
21- - ** Automatic Token Management** : Handles access token renewals ( ` schwab-api.update_tokens_automatically() ` ) .
22- - ** Real-Time Data Streaming** : Facilitates streaming via websockets ( ` schwab-api.stream.start_manual() ` ) .
23- - ** Automated Stream Management** : Automates the start and stop of data streams ( ` schwab-api.stream.start_automatically() ` ) .
19+ - ** API Authentication** : Utilizes OAuth for secure access ` schwab-api.initialize() ` .
20+ - ** Comprehensive API Function Coverage** : Includes ready-to-use functions for all API endpoints ` schwab-api.perform_request() ` .
21+ - ** Automatic Token Management** : Handles access token renewals ` schwab-api.update_tokens_automatically() ` .
22+ - ** Real-Time Data Streaming** : Facilitates streaming via websockets ` schwab-api.stream.start_manual() ` .
23+ - ** Automated Stream Management** : Automates the start and stop of data streams ` schwab-api.stream.start_automatically() ` .
2424
2525## Additional Features (TBD)
2626- ** Refresh Token Automation** : Pending Schwab's API enhancements.
You can’t perform that action at this time.
0 commit comments