Vincent Thuilot 2 Posted January 20, 2022 Share Posted January 20, 2022 Hello Is there a way to connect to a Swagger platform and load the data from the different APIs For instance this onehttps://petstore.swagger.io/v2/swagger (from https://petstore.swagger.io/). How can I import the results of an HTTPGET request Would it be via Python or is there a connector, could someone share a step by step guidance Thanks for your help! Vincent Link to comment Share on other sites More sharing options...
Colin Gray 3 Posted January 28, 2022 Share Posted January 28, 2022 Hi Vincent, Python would be a good way to read from an API/rest service like this as you can easily create a Pandas data table from the results to pass back to Spotfire. You can also use an IronPython script but I think Python would be the more flexible and easy approach. ANother alternative is that some API's can be consumed directly using Spotfire's OData connectorif they use the OData standards. Alternatives would be to use Spotfire ADS a.k.a. TIBCO Data Virtualization (TDV)if you have access to these as they can read APIs also and then connect Spotfire to TDV. Hope this helps, Colin Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now