github.com/jgaskins/github
main / published Jun 24, 2025 / repository
GitHub API client
github
An early implementation of the GitHub API
Installation
-
Add the dependency to your
shard.yml:dependencies: github: github: jgaskins/github -
Run
shards install
Usage
require "github"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/jgaskins/github/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Jamie Gaskins - creator and maintainer
API
- GitHub
- URI
This class represents a URI reference as defined by RFC 3986: Uniform Resource Identifier (URI): Generic Syntax.