We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The hub string is hard coded in Fedora.Koji.Api, would it be possible to update the api to support custom endpoint?
Fedora.Koji.Api
The text was updated successfully, but these errors were encountered:
Yes, was thinking the same thing recently. Not quite sure why I thought this was okay ;-) probably just being lazy initially.
Sorry, something went wrong.
I suppose using unsafePerformIO getEnv is not an option... How about we change all the signature to include the url as the first argument?
unsafePerformIO getEnv
Yes, I like this simple solution, thanks.
I am also doing the same in pagure-hs and pdc-hs.
Successfully merging a pull request may close this issue.
The hub string is hard coded in
Fedora.Koji.Api
, would it be possible to update the api to support custom endpoint?The text was updated successfully, but these errors were encountered: