I have read the following article. https://inspiringingenuity.net/2015/12/03/htmlsdk/. I have pulled apart several plugins in that are already installed on my machine. But I am about at the end of what I can self discover.
Where can I find actual, in-depth documentation for building HTML/Javascript SDK plugins?
Solved! Go to Solution.
@francic3 We're currently working on fleshing out the HTML/JavaScript SDK, including in-depth documentation. We'll be sure to share more about the SDK as we get closer to releasing it.
hi is the SDK documentation released now?
Not yet. Stay tuned!
I know I want to inspire and attend the SDK session. Is there any other SDK and API documentation that I can read?
@amarrero45 I don't have any other formal documentation to share right now. Can you tell me a little more about what you are working on? Perhaps I can point you to some other resources that can help.
@rachelW, I saw in inspire about an office plugin that connects to alteryx. I would love to read more on how to do that in excel.
What it sounds like you're actually looking for is documentation for our Gallery API.
That's how we've gone about prototypes where we create an Excel plugin that runs and fetches data from Alteryx Analytic apps hosted on a Gallery.
Here's a blog post I wrote last year that contains detailed information on using the Gallery API with Python. While this isn't showing how to build an Excel plugin, it will go over what you need to know to build your own plugin in the language of your choice.
Hope this helps.
Thanks,
JP
@JPKa,
thank you so much for the info.
Started with the UI side but am blogging what I understand of the HTML/JS SDK.
Have the TypeScript type definitions for both engine and UI side written as well.
James