Integrate DAB with Kiota to generate client libraries directly from the CLI #1852
sander1095
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
-
@yorek shared an interesting post on LinkedIn about generating client libraries with Microsoft Kiota based on DAB's OpenAPI specification, written by @JerryNixon.
I think these 2 tools can work together very well. So well, in fact, that I'd like to propose that an official integration should be built.
Perhaps the
dab
CLI could have a command likedab generate-client --language csharp/go/javascript/typescript/etc
(with extra flags to configure Kiota's options and output locations). Perhaps it could be run automatically when the entities are updated?Perhaps the result of the command could be some code that needs to be pasted to configure and use the created entities and classes.
This way it becomes even easier to use DAB!
Beta Was this translation helpful? Give feedback.
All reactions