kiota-typescript
kiota-typescript copied to clipboard
TypeScript libraries for Kiota-generated API clients.
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
related https://github.com/microsoft/kiota/issues/598 [Specification](https://github.com/microsoftgraph/msgraph-sdk-design/blob/master/middleware/CompressionHandler.md)
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...
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...
Resolves https://github.com/microsoft/kiota-typescript/issues/1351
example https://github.com/microsoft/kiota-http-guzzle-php/pull/123
``` 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:...
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...