Article on using Kiota for Generating an API Client from an ASP.NET Core OData Service #3692
bytefish
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Hi @bytefish If you're interested about writing about the other features of kiota like search, filtering, etc... let us know how we can help! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
ApiClient
in 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:
Beta Was this translation helpful? Give feedback.
All reactions