The Flexera Community is currently in maintenance mode to prepare for the upcoming launch of the new community. Click here for more information.
Hey all -
I'm a long time developer but just a few programs in Python. We want to access data through the APIs on Flexera One. The doc isn't bad and it offers example code in several languages since Since this is just a fetch, I'd use Python.
Using VisualStudio Enterprise.
I tried getting swagger_client via NuGet but it kept saying "Version 0 doesn't exist". It had other Swagger modules that would load so I included them to see if I could get Swagger included (somehow).
That seemed to get me to the next step but stuck again. During authorization I get:
module 'swagger_client.configuration' has no attribute 'api_key'
So does anybody now how to get past this hump?
Thanks!
Sep 29, 2022 07:50 PM
Oct 12, 2022 04:43 PM