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

Bumps [@microsoft/sp-http](http://aka.ms/spfx) from 1.15.2 to 1.19.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@microsoft/sp-http&package-manager=npm_and_yarn&previous-version=1.15.2&new-version=1.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
javascript

Bumps the eslint group with 4 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort). Updates `@typescript-eslint/eslint-plugin` from 7.5.0 to 7.8.0 Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.8.0 7.8.0...

dependencies
javascript

Since we originally stood up this library the ecosystem has moved a lot: - nodejs supports ESM, and all supported versions have them enabled by default now - major community...

enhancement
WIP

The MultiPart body is malformed, the string value contains an additional **\r\n** and the server doesn't accept it when the values are validated. Also, when uploading a file, "filename" is...

bug
WIP
goodfirstissue

The libraries here make use of Buffer.from multiple places https://github.com/microsoft/kiota-typescript/blob/dfaf4045855f358a44f1fa91b5b85da901b5d24e/packages/authentication/azure/src/azureIdentityAccessTokenProvider.ts#L85 https://github.com/microsoft/kiota-typescript/blob/dfaf4045855f358a44f1fa91b5b85da901b5d24e/packages/serialization/json/src/jsonParseNode.ts#L59 https://github.com/microsoft/kiota-typescript/blob/dfaf4045855f358a44f1fa91b5b85da901b5d24e/packages/serialization/json/src/jsonSerializationWriter.ts#L19 https://github.com/microsoft/kiota-typescript/blob/dfaf4045855f358a44f1fa91b5b85da901b5d24e/packages/serialization/text/src/textParseNode.ts#L31 https://github.com/microsoft/kiota-typescript/blob/dfaf4045855f358a44f1fa91b5b85da901b5d24e/packages/serialization/text/src/textSerializationWriter.ts#L20 This API is NOT AVAILABLE on browsers, we're using it to perform base64 encoding/decoding. We should...

bug
Standard GitHub label
WIP

the std uri template library does not handle guids, and wont because it's not a standard API across languages and they don't want to bring on additional dependencies. We should...

bug
Standard GitHub label

closes #1072, closes #1055 This is a change that is part of a bigger goal to improve our confidence in browser testing and update the codebase to adapt to node/browser...

I have a generated model that looks like this: ``` export interface ApiCartItem extends Parsable { /** * The foo property */ foo?: ApiFooCartItem; /** * The bar property */...

needs more information
Needs: Attention :wave:

Fixes https://github.com/microsoft/kiota/issues/4508 Using a custom Guid type to get rid of unnecessary package (and partly broken) `guid-typescript`.

fixes https://github.com/microsoft/kiota-typescript/issues/1113