kiota-typescript icon indicating copy to clipboard operation
kiota-typescript copied to clipboard

TypeScript libraries for Kiota-generated API clients.

Results 50 kiota-typescript issues
Sort by recently updated
recently updated
newest added

Add unit tests to validate the logic in the serialization/deserialization of composed types

specification work https://github.com/microsoftgraph/msgraph-sdk-design/pull/102

enhancement
status:waiting-for-technical-design-work

related https://github.com/microsoft/kiota/issues/598 [Specification](https://github.com/microsoftgraph/msgraph-sdk-design/blob/master/middleware/CompressionHandler.md)

enhancement
WIP

Kiota TypeScript integration is not working with React Native. I'm not getting any kind of error on logs. After debugging for a while, seems like that `createClient` from kiota has...

needs more information
status:needs-more-information
type:question

In Apicurio Registry we are attempting to use the client SDK generated for Typescript ( [link](https://github.com/Apicurio/apicurio-registry/pull/4762) ). More specifically, we are following the consolidated pattern of: - generating the SDK...

bug
type:bug

Resolves https://github.com/microsoft/kiota-typescript/issues/1351

example https://github.com/microsoft/kiota-http-guzzle-php/pull/123

WIP

``` yarn add @microsoft/kiota-bundle ➤ YN0000: · Yarn 4.3.1 ➤ YN0000: ┌ Resolution step ➤ YN0082: │ @microsoft/kiota-abstractions@npm:*: No candidates found ➤ YN0000: └ Completed in 0s 380ms ➤ YN0000:...

dependencies
status:waiting-for-dependency

related https://github.com/std-uritemplate/std-uritemplate/pull/245 The following types need to the normalized to their RFC3339 representation before they are passed to std URI template when they are present are query or path parameter...

enhancement