Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(oauth): use constructor for new client in comm.HTTPClient.JS…
…ONCall Parsing the url, then setting qv.Encode() manually to u.RawQuery feel like an overcomplicated approach of creating url for http request. Use the native constructor, which enforces ctx to be passed into the request, and do simple sprintf for url + query.
- Loading branch information