-
Notifications
You must be signed in to change notification settings - Fork 34
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
Added ToDoItem sample Web API and .NET client #487
Conversation
ToDoItem API is a sample API that generates an OpenAPI description that can be used to generate Kiota SDKs.
Create dotnet.yml
@baywet this is the sample API we talked about yesterday. |
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 putting all of this together! this is great work! A couple of remarks.
|
||
Console.WriteLine($"Token: {response.Token}"); | ||
|
||
var authProvider = new AzureIdentityAuthenticationProvider(credential, scopes); |
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.
once microsoft/kiota#1051 gets merged, you might want to pass in the allowed hosts so it keeps working.
Thanks @baywet. I don't have the ability to merge in this repo. Could you merge this? |
The sample API is intended to give developers a simple API that they can generate clients for with Kiota.
The .NET client is a simple console app that uses a Kiota-generated SDK to call the sample API.