Graph-Kiota software requirements specifications#58
Conversation
baywet
left a comment
There was a problem hiding this comment.
Thanks for putting all this together.
You'll see that I left a lot of comments that can roughly be divided in those categories:
- Comments to improve this first iteration
- Answers to questions you're asking, or precisions to let you know about discussions that happened
- Suggestions to move some of the content in the Kiota repo
but overall, great first draft!
| ``` | ||
| kiota.exe -d https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/openapi/v1.0/openapi.yaml --language typescript -o path\msgraph-sdk-typescript\src -c GraphServiceClient -n MicrosoftGraph | ||
| ``` | ||
| - GraphServiceClient generated. |
There was a problem hiding this comment.
Can I suggest adding a link to the parameters reference? https://github.com/microsoft/kiota/#parameters-reference
|
|
||
| ### Example of how we use the Kiota libraries: | ||
|
|
||
| 1. Clone the Kiota repo, build the project and navigate the path containing the `kiota.exe` |
There was a problem hiding this comment.
can we refer to this documentation, and improve it if required? https://github.com/microsoft/kiota/#generating-sdks
There was a problem hiding this comment.
There are language specific pages here https://github.com/microsoft/kiota/tree/main/docs/requiredtools that show how to use the Kiota tooling. There dotnet one has an end to end experience. It would be great to do the same for JS/TS
Co-authored-by: Darrel <[email protected]> Co-authored-by: Vincent Biret <[email protected]>
…pdates Enrichment to Graph-Kiota software requirements specifications
Creating this PR to open a discussion and capture the specifications as we go along with the implementation of Graph and Kiota.
There are
Kiotafiles here which we can move after we have a concrete set of requirements and implementations. Till then let's maintain one place to capture the decisions we make.