GitHub API Profile: Automate Your GitHub Workflow

Lindsey at RapidAPI
The Era of APIs
Published in
3 min readJan 5, 2017

We’re wrapping up our #12DaysOfAPIs series! Today, we’re highlighting every developer’s favorite tool, GitHub.

screen-shot-2017-01-04-at-3-09-39-pm

What you can do with the GitHub API

The most common uses for the GitHub API is managing your repos and following updates, feeds and events. However, that’s far from everything that you can do with the API. Basically, anything you can do on GitHub, you can do programmatically through the API. And we say anything, we mean anything. Seriously. Our GitHub API package has a whopping 379 endpoints. See them and test the API for yourself within the browser here.

How to connect to the GitHub API

Step 1: Get a personal GitHub API token

In order to use the GitHub API, you’ll need a GitHub account and credentials. Head over to the GitHub personal access tokens page to generate a (you guessed it!), personal access token.

screen-shot-2017-01-04-at-3-19-22-pm

Give your token a descriptive name and select the scopes that you’d like to grant the token. Then, click “Generate token.” Don’t close the window yet! Once you exit out of this page, you won’t be able to access it again.

Step 2: Test the API with RapidAPI

Now, you can call the GitHub API to perform a function.

1. Go to the RapidAPI GitHub Functions Page:

Open GitHub’s API functions page on RapidAPI. You’ll see a list of endpoints that this API can call.

2. Pick an endpoint and fill in the parameters:

We’ll run the starRespository endpoint and use it to star one of our favorite repos. You’ll see starRespository has three parameters: user , repositoryName and accessToken.

2a.Fill in the accessToken: Use the personal account token that you’ve generated on GitHub (we told you not to close that window!). If you have log in for a free account on RapidAPI, we’ll store your account token for you.

2b. Fill in the user and repositoryName: Since we’re a little biased, we’ll use the following:

user: RapidSoftwareSolutions

repositoryName:RapidAPIConnect_NodeJS

3. Call the API to starRespository

Now, for the fun part. Click “Test Function” to call the API. Voila! You’ve just starred our repository. Thanks for that ;)

github-starrepo-gif

You can export this code into your app. Just log in, pick your language and export the snippet. If you’re connecting to multiple APIs, all you have to do is call rapid.connect vs. calling each individually. Search our marketplace for other APIs to connect with.

Project ideas

Now that we’ve shown you how to connect to the GitHub API, here are some cool things that you can build with it.

github-gif

Source: HBO GIPHY

Since RapidAPI lets you connect to multiple APIs through one abstraction layer, we’ve focused on project ideas that involve multiple APIs. Enjoy :)

  • Build a Slack integration that sends a notification every time someone forks your repo
  • Connect your GitHub to Facebook’s Graph API to automatically post when you publish a new project
  • Use the OneSignal API to send yourself a push notification whenever someone raises an issue

Happy coding!

If you end up building something, write a comment below with a link to your repo. We’d love to see your work! Otherwise, follow along our #12DaysOfAPIs on Facebook, Twitter (@rapid_API) or the blog.

--

--

Lindsey at RapidAPI
The Era of APIs

Director of Content at RapidAPI, a platform that helps developers find and connect directly to the world’s top APIs.