Skip to content

linyows/mruby-github

Repository files navigation

mruby-github

The Github API Client for mruby.

[Build Status][travis] [travis]: http://travis-ci.org/linyows/mruby-github

Mrbgems Installation

  • add conf.gem line to build_config.rb
MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :github => 'linyows/mruby-github'
end

Example

> client = Github::Client.new
> teams = client.org_teams('foo-org')
> team = teams.find { |t| t['name'] == 'bar-team' }
> client.team_member?(team['id'], 'baz-user')
 => true

Authors

License

The MIT License (MIT)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published