From e3e9c1986c67ebee1444c2235c182ea254155596 Mon Sep 17 00:00:00 2001 From: Yaojia Wang Date: Mon, 9 Mar 2026 14:50:54 +0100 Subject: [PATCH] docs: add route_utils and obb_utils to project structure in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d4dde46..49f3ba1 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,8 @@ openbb-invest-api/ ├── config.py # Settings (env-based) ├── models.py # Pydantic request/response models ├── 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) ├── finnhub_service.py # Finnhub REST client (insider, analyst data) ├── alphavantage_service.py # Alpha Vantage REST client (news sentiment)