-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for adding item type to project ( api/projects/{projectId}/itemtypes/{itemTypeId} ) #55
Comments
I concur. Is there any advantage in using this client instead of simply generating the code from the OpenAPI specification? When using OpenAPI Generator I get a client for all available endpoints including type hints and pydantic validation. I need to work with the REST API and have to make an informed decision on the client we use. |
I would like to add some details how In general, generating client code with OpenAPI generator works quite okay. The OpenAPI specification JSON from Jama is not 100% correct, therefore one has to add the As written above, the generated Python code is quite sophisticated and uses (among others) the In conclusion, it seems easier to use |
@leyhline Thanks for your analysis. As a result, I have created a new client package py-jama-client. please review and let me know if this is any better |
Is your feature request related to a problem? Please describe.
not that I could find
Describe the solution you'd like
I would like to be able to use the python jama client to add an existing item type to a project
/projects/{projectId}/itemtypes/{itemTypeId}
Describe alternatives you've considered
Generating my own python jama client using the openapi generator
Additional context
I am wondering if this API is missing from the client, what else could be missing? it would be best to generate this client using openapi generator as to not miss any api actions
The text was updated successfully, but these errors were encountered: