-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adds support for url templating #683
Conversation
abstractions/dotnet/Microsoft.Kiota.Abstractions.Tests/RequestInformationTests.cs
Outdated
Show resolved
Hide resolved
599b29a
to
57e7ca8
Compare
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
… typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
- fixes url template params reference Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
- removes path parameters from raw constructor Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
- adds missing additional path parameters for raw url constructor in go - fixes casing conventions in go Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for all this @baywet.
This looks good to me save for the comments left for now.
abstractions/dotnet/Microsoft.Kiota.Abstractions.Tests/RequestInformationTests.cs
Show resolved
Hide resolved
src/Kiota.Builder/Writers/TypeScript/TypeScriptConventionService.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kudos, SonarCloud Quality Gate passed! |
Thanks for taking the time to fix that! Merging. |
summary
fixes #628
generation diff
microsoft/kiota-samples#331