You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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?
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".
The text was updated successfully, but these errors were encountered: