Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(NewClient): support https:// URLs (#277)
* fix(NewClient): support https:// URLs We don't hardcode any specific ports, but assume `http://` (backward-compatible behavior) unless `https://` is passed (then we keep it as-is). * chore: v0.14.1 this is backward-compatible fix, ok to just bump patch
- Loading branch information