Updated Video for 2023: GitHub API Tutorial | 2023 th-cam.com/video/-kFyPaHNgXo/w-d-xo.html Also, here’s a link to download my Postman collection files that contains all of the API calls that I have made in this video and all my other API tutorial videos for whatever price you want (or download for free by typing $0). Once you import these files and populate your environment variables, you can start easily making the same API calls I did in the tutorial: andystechtutorials.gumroad.com/l/sqbuh!
Hey @Andy's Tech Tutorials, you don't need to tell me please subscribe. the minute you finished showing me the Github repos I knew I needed you in my life, hehe. good stuff mate.
Hey Karina, thanks for the comment! If you go to docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#list-repository-issues, you can make an api call to the endpoint ( api.github.com/repos/OWNER/REPO/issues ) and pass "state=closed" as a query parameter to get closed issues. Hopefully that helps!
[2023] Private repos not able to show with personal token, Hundred of people are complaining about it. They even do some actions with them, but not show in the list. Shit! Does somebody know how to solve the issue? I tried to give all credentials to token and disable protection for branch protection for API did not help
Hey Мокроусов, I am able to make an api call to api.github.com/user/repos with my personal access token and see a list of my public and private GitHub repos.
Hi Andy, is there any way that the pull request author and reviewer can be same? I am trying to create an end-end pull request raise to merge to master using github APIs?
Hi Andy It's a good video about github api. I have to list users who are not setup their display names using github api. But I didn't find anything about that So Can you please help me ? Thanks.
Hi Ramesh! Thanks for the comment! For your questions, are you trying to get a list of users’ GitHub display names? If so, they don’t need to interact with the GitHub api for you to get their display name. All GitHub users will have a display name when they create the account. If you use the api call that I used in the video, the “login” field should be their display name. Hopefully that helps!
Hi AD The Explorer, there is an API to list all members of a GitHub organization here: docs.github.com/en/rest/reference/orgs#list-organization-members. However, there are no GitHub APIs that will show you a GitHub's user's email address unless it is your own account.
Hey Nikhil, it depends on the plan you are on and the type of api requests. You can read more here: docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting
Updated Video for 2023: GitHub API Tutorial | 2023
th-cam.com/video/-kFyPaHNgXo/w-d-xo.html
Also, here’s a link to download my Postman collection files that contains all of the API calls that I have made in this video and all my other API tutorial videos for whatever price you want (or download for free by typing $0).
Once you import these files and populate your environment variables, you can start easily making the same API calls I did in the tutorial: andystechtutorials.gumroad.com/l/sqbuh!
Perfect for beginners!
Thank You So Much for this wonderful video......🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻
Hey @tusharsingh7926, glad you found this video helpful!
thank you
Jesus! Way better than their current docs on"Getting started with the REST API" trying to push down that /octocat everywhere zzzz tks mate!
Hey @gustavomonte6672, you’re welcome! Glad to be able to help!
That was just perfect for begginers. This video clarified me a lot of things. Thankss!
Hey Crackeron! You’re welcome and glad you found this tutorial helpful! Please consider subscribing for more content like this!
You're my hero, Thanks a lot for the video. Great job! I really needed this video in this moment.
Hey Ulises! I’m glad you found my tutorial helpful!
Great intro - just what I was looking for! Thank you 🙂
Hi Anthony, glad you found this tutorial helpful!
Hey @Andy's Tech Tutorials, you don't need to tell me please subscribe. the minute you finished showing me the Github repos I knew I needed you in my life, hehe. good stuff mate.
Hey Axel! Thanks for the comment! Really appreciate it!
To the point and precise, awesome video.
Hey Abdullah, I do my best to keep my videos as concise as possible! Glad you found it helpful!
thanks, it helped me so much
Hey Gabriel, glad it helped! Please consider subscribing for more content!
Great video! How can I get only the closed issues?
Hey Karina, thanks for the comment! If you go to docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#list-repository-issues, you can make an api call to the endpoint ( api.github.com/repos/OWNER/REPO/issues
) and pass "state=closed" as a query parameter to get closed issues.
Hopefully that helps!
Solid tutorial. Thx mate
Thanks for the comment! Glad to be able to help!
@@AndysTechTutorials was too lazy to read the docs, summed it up pretty good ^^
Can I access any other GitHub profile using my token
Hey there! You can only access the Github profile you made the token with and not any other GitHub profile
I'm using my token on a project, it's open source on GitHub, is that safe??
Hey Marwan, it’s safe to use as long as you don’t upload it to GitHub during a commit
@@AndysTechTutorials Aha... got it tnx!!
I want to create fork like functionality in my application, can you tell, Is there anyway using github apis or something?
Hey iamArnav, yes there is a GitHub API that allows you fork a repo. Here a link with more info: docs.github.com/en/rest/reference/repos#create-a-fork
[2023] Private repos not able to show with personal token, Hundred of people are complaining about it. They even do some actions with them, but not show in the list. Shit!
Does somebody know how to solve the issue?
I tried to give all credentials to token and disable protection for branch protection for API
did not help
Hey Мокроусов, I am able to make an api call to api.github.com/user/repos with my personal access token and see a list of my public and private GitHub repos.
Hi Andy, is there any way that the pull request author and reviewer can be same? I am trying to create an end-end pull request raise to merge to master using github APIs?
Hi Sreekanth
I am also working on this same thing. Did you create the script
Hi Andy
It's a good video about github api.
I have to list users who are not setup their display names using github api.
But I didn't find anything about that So Can you please help me ?
Thanks.
Hi Ramesh! Thanks for the comment!
For your questions, are you trying to get a list of users’ GitHub display names?
If so, they don’t need to interact with the GitHub api for you to get their display name.
All GitHub users will have a display name when they create the account. If you use the api call that I used in the video, the “login” field should be their display name.
Hopefully that helps!
How can I find the email ids of all the users in github organisation?
Hi AD The Explorer, there is an API to list all members of a GitHub organization here: docs.github.com/en/rest/reference/orgs#list-organization-members.
However, there are no GitHub APIs that will show you a GitHub's user's email address unless it is your own account.
Is there anyway we can make unlimited API calls?
Hey Nikhil, it depends on the plan you are on and the type of api requests.
You can read more here: docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting
The font is too small.
Hey Saud, thanks for the feedback! I will keep that in mind for future videos!