Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.55 KB

File metadata and controls

41 lines (24 loc) · 1.55 KB

API Implementations

Libraries for accessing the GitHub API from your favorite language

Python

Dustin Sallings' py-github project was the first third-party implementation of the v1 API and is tracking the v2 API in a branch as new API endpoints are published. Fork it it and help keep it awesome.

There is alo a new Python library for the GitHub v2 API called python-github2. It has nearly the full API feature list.

Ruby - Version 1 API

The github-control library is currently doing work using the v1 API. The aim is to build a library which others can build on top of.

It currently has features which need to be enabled on the v2 API as they were in pre-release when developed.

The github-party library is also using the v1 API.

Ruby - Version 2 API

The octopi library is one of the first emerging for the GitHub API v2.

Perl

The Net::GitHub library for Perl encapsulates much of the functionality of the GitHub v2 API. You can also download it from CPAN.