Custom python plugin for API interaction
Hi,
I was curious how to start off with a custom plugin in DSS that interacts with an API. The primary purpose this plugin serves is acting as a proxy for users to connect to the API and sending/receiving data and display it in DSS.
TLDR;
I would like to publish a plugin on the DSS platform so users can avail the services offered via the API
Best Answer
-
It depends on what the document is, but assuming you can get the data from it and you can submit that data to the API then I don't see why not.
A lot of this depends on the API, not DSS. You can always form a request within DSS with the info and submit the API, provided the API knows how to treat this.
Answers
-
Hi @Liev
, thanks for your response. I also wanted to understand if it is possible to send data to the external API in the form of a document for processing? And this document resides on the local computer.