* Increase timeout for global agent
* Add ability to pass global agent options to http client constructor
* Update version in test projects
---------
Co-authored-by: v-levockina <undefined>
* Fix CG
- Rewrited react samples on vite because of react'scripts contains cve and not maintained
* Fix CG
- Npm audit fix for webpack samples
* Fix CG
- Fixed CVE in typed-rest client
- Migrated package to use node14+ as mocha is not supported in versions below.
- Migrated CI to use Node14+ for tests
_ Bumped ts to v5
- Bumped typed-rest-client to new major version 2
- Added .vscode folder in .gitignore
* Fix CG
- Fixed tests for the new version of the typescript
* Fix CG
- Replaced crypto package(DES-ECB and MD4 algorythms calls) to a packages as they are become legacy in openssl3 which is used new node
* Fix CG
- Regenerated package.lock files in samples.
* Fix CG
- Fixed types in tests
- Fixed webpack samples
* Fix CG
- Bumped supported version
* Fix CG
- Updated README with new information
* Fix CG
- Updated README with new information
* Remove react-scripts from root dependencies
* Increase mocha timeout to 60s for integration tests
* Update package-lock in tests according to main package
* Bump mocha to 6.2.3
* Bump rest client version to 1.8.10
* fix contrstructor on NO_PROXY with wildcard domain
* escape * in NO_PROXY regex only if needed
keep the original behavior for back-compat purposes
* patch for no proxy with wildcards
* Updated tunnel package version to 0.0.6
* Resolving PR comments: Update the patch verison to 1.7.2
Co-authored-by: Stephen Franceschelli <stephenmichaelf@gmail.com>
* Support adding query parameters to GET Rest Requests
* Clarify reason for replacing extra question mark at end of Request url
* Refactor: move Query Params interface to the common interfaces module for extensible usage
* Switch to using qs instead of built-in querystring as it offers more options
* Refactor: getUrl util helper function to receive Query Params object instead of entire Request Options
* Added Rest unit tests to parse Url with passing query parameters