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
Thanks for this project.
I test it now but I have question it's possible to use it with a private github ?
The text was updated successfully, but these errors were encountered:
In current implementation plato-as-service downloads zip using public url. But that could be updated to use API V3: https://developer.github.com/v3/repos/contents/#get-archive-link
plato-as-service
$ curl -H "Authorization: token ab499f3b..." \ -L https://api.github.com/repos/godzilla/my_priv_repo/zipball > wut.zip
This implementation requires OAuth token from service consumer.
Url schema could be:
/:user/:repo/:branch/?oauth_token=ab499f3b...
Sorry, something went wrong.
@kosssi PR is pending
Successfully merging a pull request may close this issue.
Thanks for this project.
I test it now but I have question it's possible to use it with a private github ?
The text was updated successfully, but these errors were encountered: