Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove "incidentally" exported internal function
`*Config.ConfigureTLS()` is invoked internally by `NewClient` and API consumers should not invoke directly. Now that http client is created in `api.NewClient`, `*Config.ConfigureTLS` makes no sense. API consumers that call it explicitly can remove the invocation and preserve the behavior.
- Loading branch information