Package Exports
- @microsoft/kiota-http-fetchlibrary
- @microsoft/kiota-http-fetchlibrary/dist/cjs/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@microsoft/kiota-http-fetchlibrary) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
To-do
- browserlist configuration for compat
- eslint configuration for linting
- unit tests (chai + mocha + chai as promised + some coverage reporter)
- doc comments
Using the Http fetch implementations
Add a
.npmrc
file with the following content@microsoft:registry=https://npm.pkg.github.com/
npm login --scope=@microsoft --registry=https://npm.pkg.github.com
(use a token with package:read, repo and SSO enabled for the Microsoft organization as the password)npm i @microsoft/kiota-http-fetchlibrary -S
.