github_simple
Version, currently 0.1.11 version
- 0.1.1latestDec 5, 2015
github.com/pine/crystal-github-simple
:octocat: Simple GitHub API client for Crystal
2 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
github_simple:
github: pine/crystal-github-simple
version: ~> 0.1.1Then run:
shards installshard.yml
- Crystal
- no constraint declared
- License
- MIT
Dependencies
Runtime Dependencies
- rfc59880.1.1github: pine613/crystal-rfc5988
Development Dependencies
- webmock0.3.0github: manastech/webmock.crdev
README
crystal-github-simple

A Crystal wrapper for the GitHub API.
Installation
Add this line to your application's shard.yml:
dependencies:
github_simple:
github: pine613/crystal-github-simple
branch: master
Usage
See example example/commits.cr.
require "github_simple"
include GitHub::Simple
client = Client.new
client.auto_paginate = true
client.access_token = "GITHUB_ACCESS_TOKEN"
p client.repos("owner", "repo").commits
p client.repos("owner", "repo").commit("sha")
Contributing
- Fork it ( https://github.com/pine613/crystal-github-simple/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
License
MIT License
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.1- Tagged
- Dec 5, 2015
- Commit
aaa2547e41bc- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/pine/crystal-github-simple
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 1