Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.84 KB

File metadata and controls

25 lines (21 loc) · 1.84 KB
title description author ms.author ms.topic date
Kiota API client quick starts
Create an API client for a basic OpenAPI.
jasonjoh
jasonjoh
overview
03/22/2023

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