Article on using Kiota for Generating an API Client from an ASP.NET Core OData Service #3692
Philipp Wagner (bytefish)
started this conversation in
Show and tell
Replies: 1 comment 3 replies
|
Hi Philipp Wagner (@bytefish) If you're interested about writing about the other features of kiota like search, filtering, etc... let us know how we can help! |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have written an article, that shows how to use the Kiota CLI for generating a C# client for an ASP.NET Core OData Service. It also shows how to register and use the
ApiClientin a Blazor application:I think it's a nice setup and it shows how well all pieces (ASP.NET Core OData, EntityFramework Core, Blazor, Kiota) fit together.
The repository can be found at:
All reactions