
#Appdelete 3.2.2 how to#
The code base has been extensively documented with examples of how to use each method. Therefore, if you need to list releases for a repository do: github. The whole library reflects the same api navigation. create 'piotrmurach', 'finite_machine', 'hello.rb' , This would translate to the request: github = Github. In there you will find contents sub category underneath the repository category.

For example, if you want to create a new file in a repository, look up the GitHub API spec. The github_api closely mirrors the GitHub API hierarchy. list user : 'piotrmurach' 1.1 API Navigation newĪnd then call api methods, for instance, to list a given user repositories do github. Or create a new client instance like so github = Github. To start using the gem, you can either perform requests directly on Github namespace: Github. Or put it in your Gemfile and run bundle install gem "github_api" Contents Install the gem by running gem install github_api

A Ruby client for the official GitHub API.
