SDK Generation #210
pierissimo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
SDK generation is a common practice in software development, and is used to generate client-side libraries that can be used to interact with a server-side API. These libraries are often used to simplify the process of making API calls, and can be used to reduce the amount of code that needs to be written. In the case of client-side frameworks such as Vue.js and React, SDKs can be used to make it easier for developers to interact with the API from their applications.
Currently, generating SDKs for client-side frameworks can be achieved by running an OpenAPI server and using a generation tool like Orval. However, this approach has a number of drawbacks. For one, it requires the use of an additional tool and a running server, which can add complexity to the development process.
Proposed Solution
To address these issues, it is proposed that SDK generation functionality be baked into DaVinci. This would allow developers to generate SDKs directly from the framework, without the need for an additional tool.
This approach would provide a number of benefits. For one, it would simplify the development process, as developers would no longer need to rely on an additional tool to generate SDKs and it would make it easier to generate and maintain the SDKs on API changes.
Beta Was this translation helpful? Give feedback.
All reactions