docs: add route_utils and obb_utils to project structure in README

This commit is contained in:
Yaojia Wang
2026-03-09 14:50:54 +01:00
parent 003c1d6ffc
commit e3e9c1986c

View File

@@ -267,6 +267,8 @@ openbb-invest-api/
├── config.py # Settings (env-based) ├── config.py # Settings (env-based)
├── models.py # Pydantic request/response models ├── models.py # Pydantic request/response models
├── mappers.py # Dict-to-model mapping functions ├── mappers.py # Dict-to-model mapping functions
├── route_utils.py # Shared route utilities (validation, error handling)
├── obb_utils.py # Shared OpenBB result conversion utilities
├── openbb_service.py # OpenBB SDK wrapper (async) ├── openbb_service.py # OpenBB SDK wrapper (async)
├── finnhub_service.py # Finnhub REST client (insider, analyst data) ├── finnhub_service.py # Finnhub REST client (insider, analyst data)
├── alphavantage_service.py # Alpha Vantage REST client (news sentiment) ├── alphavantage_service.py # Alpha Vantage REST client (news sentiment)