From 5e38237854760a1556f4fe6fe296c65ff236b435 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Fri, 28 Jan 2022 15:21:06 -0500 Subject: [PATCH] Create README.md --- sample-api/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sample-api/README.md diff --git a/sample-api/README.md b/sample-api/README.md new file mode 100644 index 000000000..604d9d8cc --- /dev/null +++ b/sample-api/README.md @@ -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.