Skip to content

Commit e85f135

Browse files
authored
Update README.md
1 parent ecdeda9 commit e85f135

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ For community support and discussions, join our [Pythonic Schwab API Discord gro
1616
6. **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.

0 commit comments

Comments
 (0)