Check out a free preview of the full Git In-depth course

The "GitHub API" Lesson is part of the full, Git In-depth course featured in this preview video. Here's what you'd learn in this lesson:

Nina reviews GitHub's RESTful API for making requests, create and updating issues, pull requests, and more.

Preview
Close

Transcript from the "GitHub API" Lesson

[00:00:00]
>> Nina Zakharenko: One last section here, I wanted to do a quick demo of using the GitHub API.
>> Nina Zakharenko: The API is a restful API, it's currently on Version 3, it allows you to do a lot. It also comes in lots of flavors, so if you wanted to use it in Ruby, JavaScript, Python, there are lots of different developer libraries that are available at this URL.

[00:00:27]
I recommend checking it out. When we make requests to this API, if we do so unauthenticated, they're rate limited, so at about 60 requests per hour. If you use a personal token, those are useful for testing and personal projects. Those requests are going to be authenticated as the user who owns the token or you have the option of setting up OAuth.

[00:00:52]
When your application acts on behalf of another user, for example, then that user can login via OAuth, the OAuth flow in your project. You're able to create and update via the API. GitHub allows you to create issues, pull requests, new repositories, gists, all via the API.

Learn Straight from the Experts Who Shape the Modern Web

  • In-depth Courses
  • Industry Leading Experts
  • Learning Paths
  • Live Interactive Workshops
Get Unlimited Access Now