No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Caches retrieved information to your user profile and reuses it when you query again.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.1.4
>= 1.6.4
>= 0.10.0
>= 0.9.11
>= 2.7.0
>= 0.6.0

Runtime

>= 3.1.0
>= 0.5.1
>= 1.1.3
= 0.8.7
>= 1.3.5
 Project Readme

github-api-client

GitHub API Client that supports caching content client-side, allowing every later requests to be instant.

Configuration

You have three ways of defining your user to have authenticated access to your API:

  1. Put a file in: ~/.github/secrets.yml or \Users\username.github\secrets.yml # secrets.yml user: login: your_login token: your_token
  2. Put GITHUB_USER and GITHUB_TOKEN in your environment, so github-api-client can read it.
  3. Configure your global git profile as defined here http://help.github.com/git-email-settings

Contributing to github-api-client

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
  • Fork the project
  • Start a feature/bugfix branch
  • Commit and push until you are happy with your contribution
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright

Copyright (c) 2012 Jakub OkoĊ„ski. See LICENSE.txt for further details.