You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
I'd like to be able to customize http.Client in every provider (I mean If I use multiple providers at one time, same config'd be passed to each one)
Also, from what I've found out, currently only musixmatch uses http.Client:
import ("github.com/hashicorp/go-retryablehttp")
...myClient:=retryablehttp.NewClient().StandardClient() // Example of modified http.Client predefined in above libl:=lyrics.New(myClient) // Passing it to the lyrics provider...
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
Hey @BigB84, I have a draft open at #4. If you could please review / test it out that would be helpful as I don't use this project anymore in my production side projects.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
thanks for such great, easy-to-use API !
I'd like to be able to customize http.Client in every provider (I mean If I use multiple providers at one time, same config'd be passed to each one)
Also, from what I've found out, currently only musixmatch uses http.Client:
lyric-api-go/musixmatch/fetch.go
Line 27 in 6e1e547
Example usage case:
This could be controlled like below:
Thanks in advance :)
The text was updated successfully, but these errors were encountered: