Package Exports
- @lskjs/proxy
- @lskjs/proxy/ProxyManager
- @lskjs/proxy/ProxyManager/index.js
- @lskjs/proxy/createRequest
- @lskjs/proxy/createRequest.js
- @lskjs/proxy/index.js
- @lskjs/proxy/request
- @lskjs/proxy/request.js
- @lskjs/proxy/utils/isNetworkError
- @lskjs/proxy/utils/isNetworkError.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 (@lskjs/proxy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
LSK.js โ proxy
@lskjs/proxy โ LSK module for proxy.
Table of contents
- โจ๏ธ Install
- ๐ License
- ๐ฅ Contributors
- ๐ Contributing
- ๐ฎ Any questions? Always welcome :)
โจ๏ธ Install
# yarn
yarn i @lskjs/proxy axios bluebird lodash
# npm
npm i @lskjs/proxy axios bluebird lodash๐ License
This project is licensed under the MIT License - see the LICENSE file for details
๐ฅ Contributors
Igor Suvorov ๐ป ๐จ ๐ค |
๐ Contributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b features/fooBar) - Commit your changes (
git commit -am 'feat(image): Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request