This commit is contained in:
Jason Johnston 2022-01-28 15:21:06 -05:00
Родитель 5d8f21c712
Коммит 5e38237854
1 изменённых файлов: 6 добавлений и 0 удалений

6
sample-api/README.md Normal file
Просмотреть файл

@ -0,0 +1,6 @@
# Kiota ToDoItem Sample API and clients
This folder contains multiple projects that work together.
- An [ASP.NET Core Web API](./api) that you can use to generate Kiota SDKs and test against.
- A [.NET client](./clients/dotnet/) that calls the sample API via a Kiota-generated SDK.