(20241223) Trading Symbols Listing Started (Zerodha Kite).
This commit is contained in:
@@ -64,7 +64,7 @@ from shared import constants
|
||||
|
||||
# Data Models:
|
||||
from models.core.auth_token import CoreAuthTokenModel
|
||||
from models.api.finstitutions.trading.auth import (
|
||||
from models.api.finstitutions.trading.auth.oauth import (
|
||||
TradingAuthRequestHeaders,
|
||||
TradingAuthRequestData
|
||||
)
|
||||
@@ -112,7 +112,7 @@ def init(blueprint_setup_state):
|
||||
# ---------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@trading_oauth_request_bp.route("/oauth", methods = ["GET"])
|
||||
@trading_oauth_request_bp.route("", methods = ["GET"])
|
||||
@set_api_version(api_version = "1.0.0")
|
||||
@read_input(sanitize_headers = False, sanitize_data = False)
|
||||
@get_session_info(key = "X-Session-Token", session_coro = "get_session")
|
||||
|
||||
Reference in New Issue
Block a user