This project provides bindings to the GitHub API for Pharo. In particular, the aim is to provide bindings using Object-Oriented design principles.
This project was initially developped by @balletie.
Table of Contents
To install into Pharo, evaluate the following Metacello script in your Pharo 5 image:
Metacello new
baseline: 'GitHub';
repository: 'github://guillep/GitHub:master';
load.
Replace the master
part with any version tag to load that specific version.
Documentation can be found on the project website. To get started with the API, read "Getting started".
This project is released under the MIT License. See LICENSE
for details.