Skip to content

Commit f25db81

Browse files
authored
fix: adds missing supported languages by kiota (#692)
1 parent 03b2ede commit f25db81

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/content/tools/kiota-api-client-generator.md renamed to src/content/tools/kiota.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
---
2-
name: Kiota Api Client Generator
2+
name: Kiota
33
description: Kiota is a cross platform API Client code generator that is small, fast, and optimized for API consumers to find APIs and generate client code for just the parts of the API that they need. One tool, for any OpenAPI described API, that delivers a consistent client experience in multiple languages.
44
categories:
55
- code-generators
66
- sdk-generators
77
link: https://aka.ms/kiota/docs
88
languages:
99
csharp: true
10+
dart: true
11+
golang: true
12+
java: true
13+
php: true
14+
python: true
15+
typescript: true
1016
repo: https://github.com/microsoft/kiota
1117
oasVersions:
1218
v2: true

0 commit comments

Comments
 (0)