-
Notifications
You must be signed in to change notification settings - Fork 188
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
API Completeness - Repositories - Content #150
Comments
@HowardWolosky realized that this is needed for my other PRs (merging branches, updating refs). Would we be okay to get them merged and I can add test cases when I add this feature. Or would we want to push this in first? |
@Shazwazza just added the Get contents method. They were interested in adding the create/update method next. @raghav710, were you looking to do this yourself, or were you just trying to track the need for it? |
@HowardWolosky that's great to know. I'm happy if @Shazwazza can take up create/update as well. I just needed Content related APIs for writing the tests for my PRs and not especially wanting to do it by myself 👍 Hope you are fine. Stay safe 👍 |
Regarding the uploading part, I'm able to upload file (zip, rar, exe, pS1, txt, pdf ...) on github using the below code: $File_To_Upload = Read-Host "Type the path of the file to upload" { Invoke-GHRestMethod -UriFragment "https://api.github.com/repos/$owner/$repositoryname/contents/$Get_File_Name" -Method PUT -Body $MyFile_JSON |
Bumping this up to see if anyone is actively working on this. Two of the existing tests in |
@HowardWolosky I'm not working on this currently. But I can take this up after my existing PRs are done, if no one takes it up by then |
Hi all, I don't have a whole lot of time at the moment so would be great if you could pick it up if you've got the time. I'll check back in a couple weeks when I hopefully have some extra time and see what the status is. |
Create or update a file has been completed in PR #241. |
Tracking the addition of methods fo https://developer.github.com/v3/repos/contents
The text was updated successfully, but these errors were encountered: