Skip to content
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

Test automated OpenAPI client #7

Open
ingoboerner opened this issue Jan 12, 2023 · 1 comment
Open

Test automated OpenAPI client #7

ingoboerner opened this issue Jan 12, 2023 · 1 comment

Comments

@ingoboerner
Copy link
Collaborator

It is possible to generate a client for the API automatically bases on the OpenAPI specification. Maybe we could evaluate, of this auto-generated client is a solid base for the further development, because this would already provide some documentation, tests and would guarantee that all endpoints are implemented.
But, there are probably very useful extensions, that are currently implemented in pydracor. Maybe there is a way of taking the base functionality from the automatic generated client and add some kind of "plugins".

@afuetterer
Copy link
Contributor

Hi @ingoboerner, do you need any help with this?

I am not sure how flexible these autogenerated clients are. I guess they should be able to be updated against an evolving API schema, right? So if you autogenerate once, then modify a lot, you might not be able to update against the schema in the future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants