docs: add route_utils and obb_utils to project structure in README
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user