(20250730) - ADDED - Google Places API for and paper trading update api with required fies and changes.

This commit is contained in:
yatmesh
2025-07-30 10:05:46 +05:30
parent 5f493f0ba9
commit 84efe75c06
10 changed files with 1054 additions and 13 deletions
@@ -117,7 +117,7 @@ class TradingAuthRequestData(BaseModel):
# ┛
class Config:
extra = "forbid"
extra = "allow"
# ┓┏ ┓• ┓ •
# ┃┃┏┓┃┓┏┫┏┓╋┓┏┓┏┓
@@ -136,6 +136,11 @@ class TradingAuthRequestData(BaseModel):
raise ValueError(f"incorrect 'auth' for selected client '{client}'")
return values
# ADDED BY OMKAR - 2025-07-29 --------------------------------------------------------------------------------------
def get(self, key, default=None):
return getattr(self, key, default)
# *****************************************************************************************************************
# ***** ****