Skip to content

Commit

Permalink
Added Dart to supported languages
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Nov 14, 2024
1 parent 7dedd9a commit 4a1192d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The following table provides an overview of the languages supported by Kiota and
| CLI | ๐Ÿ› ๏ธ | (see CSharp) + [๐Ÿ› ๏ธ](https://github.com/microsoft/kiota-cli-commons) | (see CSharp) | (see CSharp) | (see CSharp) | [link](https://learn.microsoft.com/openapi/kiota/quickstarts/cli) |
| Swift | [โŒ](https://github.com/microsoft/kiota/issues/1449) | [๐Ÿ› ๏ธ](./abstractions/swift) | [โŒ FORM](https://github.com/microsoft/kiota/issues/2076), [โŒ JSON](https://github.com/microsoft/kiota/issues/1451), [โŒ FORM](https://github.com/microsoft/kiota/issues/3033), [โŒ TEXT](https://github.com/microsoft/kiota/issues/1452) | [Anonymous](./abstractions/swift/Source/MicrosoftKiotaAbstractions/Authentication/AnonymousAuthenticationProvider.swift), [โŒ Azure](https://github.com/microsoft/kiota/issues/1453) | [โŒ](https://github.com/microsoft/kiota/issues/1454)| |
| TypeScript/JavaScript | ๐Ÿ› ๏ธ | [๐Ÿ› ๏ธ](https://github.com/microsoft/kiota-typescript/tree/main/packages/abstractions) | [FORM](https://github.com/microsoft/kiota-typescript/tree/main/packages/serialization/form), [JSON](https://github.com/microsoft/kiota-typescript/tree/main/packages/serialization/json), [MULTIPART](https://github.com/microsoft/kiota-typescript/tree/main/packages/serialization/multipart), [TEXT](https://github.com/microsoft/kiota-typescript/tree/main/packages/serialization/text) | [Anonymous](https://github.com/microsoft/kiota-typescript/blob/main/packages/abstractions/src/authentication/anonymousAuthenticationProvider.ts), [API Key](https://github.com/microsoft/kiota-typescript/blob/main/packages/abstractions/src/authentication/apiKeyAuthenticationProvider.ts), [Azure](https://github.com/microsoft/kiota-typescript/tree/main/packages/authentication/azure), [SPFx](https://github.com/microsoft/kiota-typescript/tree/main/packages/authentication/spfx) | [๐Ÿ› ๏ธ](https://github.com/microsoft/kiota-typescript/tree/main/packages/http/fetch) | [link](https://learn.microsoft.com/openapi/kiota/quickstarts/typescript) |
| Dart | [โ–ถ](https://github.com/kiota-community/kiota-dart/tree/features/dart) | [๐Ÿ› ๏ธ](https://github.com/kiota-community/dart_kiota/tree/main/packages/kiota_abstractions) | [๐Ÿ› ๏ธ FORM](https://github.com/kiota-community/dart_kiota/tree/main/packages/kiota_serialization_form), [โ–ถ JSON](https://github.com/kiota-community/dart_kiota/pull/35), [โ–ถ MULTIPART](https://github.com/kiota-community/dart_kiota/pull/35), [๐Ÿ› ๏ธ TEXT](https://github.com/kiota-community/dart_kiota/tree/main/packages/kiota_serialization_text) | [๐Ÿ› ๏ธ Anonymous](https://github.com/kiota-community/dart_kiota/blob/main/packages/kiota_abstractions/lib/src/authentication/anonymous_authentication_provider.dart), [๐Ÿ› ๏ธ API Key](https://github.com/kiota-community/dart_kiota/blob/main/packages/kiota_abstractions/lib/src/authentication/api_key_authentication_provider.dart) | [๐Ÿ› ๏ธ](https://github.com/microsoft/kiota-typescript/tree/main/packages/http/fetch) | |

> Legend: โœ” -> stable, ๐Ÿ› ๏ธ -> in preview, โŒ -> not started, โ–ถ -> in progress.
Expand Down

0 comments on commit 4a1192d

Please sign in to comment.