-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
using tokens (from cookie jar) to perform git operations (e.g., push) #40
Comments
Yes, but you need to add ATD bindings for this: https://developer.github.com/v3/git/ https://developer.github.com/v3/git/
|
Did you start doing it? I can allocate my time to take care of this part. |
I hadn't -- please go ahead but it's worth rechecking with any other interested parties in case they have any patches en route. I haven't been watching this space recently. |
It would be great if you'd like to start on this, @dinosaure. It would be useful to look at the interfaces that ocaml-git exposes and attempt to expose interfaces that are at least partially compatible with those. |
Ok ! I will start tomorrow this job. You can see my progress in a future PR. |
@dinosaure Does this work now? (And I think the issue belongs in ocaml-git probably?) |
It's most about this PR which was closed. So, we could have a plan to re-merge (as I did before) |
is it possible to use tokens (from cookie jar) to perform git operations -- such as pushing to a (github) repository? or is the use of tokens currently restricted to github-only operations (e.g., creating an issue, PR, etc)
The text was updated successfully, but these errors were encountered: