Hi !
I was wondering if someone already managed to link the Kendo Form to a sort of generated code objects from an OAS file.
Based on research on the web, there are many ways to generated code from a OAS yaml file.
Since we are using Kendo React (without Typescript) and Axios for the API calls, I found two ways:
- open-api specs generator typescript-axios: The problem is that will result in a project mixing plain javascript and typescript;
- take advantage of the Kendo integration with redux: Use redux-toolkit => rtk-query code generation functionality to generate the files then configure it to use Axios. That solution would require lots of refactoring in the application. And, again, there would be a mix with Typescript.
I would be grateful if you could share ideas, solutions or past experiences concerning that subject.
Best regards