Jason Brisbin
Results
2
issues of
Jason Brisbin
I have been exploring the integration of App Configuration with ARM templates. Ideally I would like to be able to query for the value of key with an array of...
enhancement
ARM
I am trying to add a function which will query a ticker for draw lines. The endpoint https://quotes-gw.webullbroker.com:443/api/draw/quote/charts/queryDraw?tickerId={tickerId}&versionId=139 endpoints.py ```python class urls : def __init__(self) : self.base_draw_gw_url = 'https://quotes-gw.webullbroker.com/api' ......