Cedric
October 15, 2018, 9:41pm
1
I’ve successfully initialized an API call with no authentication required however not seeing it in the plugin folder under workflow.
The URL I’m calling from is:
https://query1.finance.yahoo.com/v7/finance/options/nvda
Can anyone explain why this might be happening?
In the API change the “Use AS” dropdown from Data to Action
Cedric
October 15, 2018, 9:59pm
3
You are a saviour, thank you! I want to make sure I’m building this properly. Have 2 followups:
I would like to variably change the characters after the last “/” in my URL, but they’re not “parameters”
https://query1.finance.yahoo.com/v7/finance/options/nvda
Where “NVDA” could be “AAPL”, “FB”, etc…
Also I don’t want to save the data to a database, merely display it in browser… Do you have ideas on this?
I would use the API connector. Make the last part of the url a dynamic parameter (perhaps using [ticker]). Then on your page you can get the data and input whatever ticker you like.
Cedric
October 16, 2018, 1:25pm
5
Fantastic, I’m close… But now when I enter a symbol in [ticker] as a text input, the page doesn’t seem to update. May it need to be prompted?