How to upload files in a repo? #258
Unanswered
SriRam-Macha
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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