Support for Siemens Polarion #1179
bigblondewolf
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, it's my first take on openapi, I'm trying to generate an API for interfacing Siemens Polarion ALM. They provide a playground server at https://testdrive.polarion.com/polarion/rest/v1. When I do
openapi-python-client generate --url https://testdrive.polarion.com/polarion/rest/v1/definition
I get tons of warnings like this:Plus some more, but I'll deal with them later.
What's the best solution in the case where the API specifies a status code range like that? Should I contact Siemens about that or patch the API json or just ignore it?
Additionally, my basic API calls return None, I'm pretty sure this has nothing to do with the above warning, but wanted to make sure...
Beta Was this translation helpful? Give feedback.
All reactions