Kiota API client quick starts

Kiota quick starts are step-by-step exercises that guide you through generating an API client for a basic OpenAPI. It also provides steps to create a basic application that uses the generated client. These quick starts use the JSONPlaceholder REST API.

Note

Completed code for these quickstarts is available in the kiota-samples GitHub repository.

Quick start GitHub location
CLI microsoft/kiota-samples/get-started/quickstart/cli
.NET microsoft/kiota-samples/get-started/quickstart/dotnet
Go microsoft/kiota-samples/get-started/quickstart/go
Java microsoft/kiota-samples/get-started/quickstart/java
PHP microsoft/kiota-samples/get-started/quickstart/php
Python microsoft/kiota-samples/get-started/quickstart/python
TypeScript microsoft/kiota-samples/get-started/quickstart/typescript