Inao0 / GitHubPharoLibrary

Pharo Smalltalk bindings to the GitHub API

Home Page:https://balletie.github.io/GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub

Code: Build Status Docs: Build Status

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

Installation

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

Documentation can be found on the project website. To get started with the API, read "Getting started".

License

This project is released under the MIT License. See LICENSE for details.

About

Pharo Smalltalk bindings to the GitHub API

https://balletie.github.io/GitHub

License:MIT License


Languages

Language:Smalltalk 85.6%Language:HTML 14.4%