How to upload files in a repo? #258
Unanswered
SriRam-Macha
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
var github = GitHub(auth: Authentication.withToken('token'));
Repository repo = await github.repositories.getRepository(RepositorySlug('acc-name', 'repo-name'));
now what cant understand
Beta Was this translation helpful? Give feedback.
All reactions