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
Hi there, I was using a RefreshAuth type for github which I build myself by patching GitHub.jl. It does the following:
This is very handy when dealing with short lived tokens.
Since Julia 1.10 it is unfortunately no longer possible to patch other packages that easily, and hence there is currently no way to implement this on top of GitHub, as one need changes to github_request.
github_request
It would be great if some logic like this could become part of GitHub.jl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there, I was using a RefreshAuth type for github which I build myself by patching GitHub.jl. It does the following:
This is very handy when dealing with short lived tokens.
Since Julia 1.10 it is unfortunately no longer possible to patch other packages that easily, and hence there is currently no way to implement this on top of GitHub, as one need changes to
github_request
.It would be great if some logic like this could become part of GitHub.jl
The text was updated successfully, but these errors were encountered: