Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillep/github
Pharo Smalltalk bindings to the GitHub API
https://github.com/guillep/github
Last synced: 16 days ago
JSON representation
Pharo Smalltalk bindings to the GitHub API
- Host: GitHub
- URL: https://github.com/guillep/github
- Owner: guillep
- License: mit
- Created: 2015-11-25T10:28:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T00:08:44.000Z (over 4 years ago)
- Last Synced: 2024-10-31T06:42:02.791Z (2 months ago)
- Language: Smalltalk
- Homepage: https://balletie.github.io/GitHub
- Size: 617 KB
- Stars: 13
- Watchers: 10
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitHub
======
[Code: ![Build Status](https://travis-ci.org/guillep/GitHub.svg?branch=master)](https://travis-ci.org/guillep/GitHub)
[Docs: ![Build Status](https://travis-ci.org/guillep/GitHub.svg?branch=docs)](https://travis-ci.org/guillep/GitHub)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](https://github.com/balletie).
**Table of Contents**
- [GitHub](#github)
- [Installation](#installation)
- [Documentation](#documentation)
- [License](#license)## Installation
To install into Pharo, evaluate the following Metacello script in your Pharo 5 image:
```Smalltalk
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](https://guillep.github.io/GitHub). To get started with the API, read ["Getting started"](https://guillep.github.io/GitHub/html-chap/index.html).
## License
This project is released under the MIT License. See [`LICENSE`](./LICENSE) for details.