Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

lazypower/rlaunchpadlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rlaunchpadlib

Build Status Code Climate Coverage Status Gem Version

Launchpad.net API wrapper for ruby.

Installation

Add this line to your application's Gemfile:

gem 'rlaunchpadlib'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rlaunchpadlib

Usage

person = Rlaunchpadlib::Person.new 'lazypower'
puts person.date_created
person.profile.inspect

You can optionally provide the fast_hash option which ensures that the keys to the Hash objects are symbols instead of strings.

person = Rlaunchpadlib::Person.new 'lazypower', {:fast_hash => true}
puts person.date_created
person.profile.inspect

Caveats

The Gem will initially be Read-only access to your launchpad data.

Roadmap

See: Milestones

Contributing

  1. Fork it ( https://github.com/chuckbutler/rlaunchpadlib/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add tests
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

About

A launchpad API wrapper as a rubygem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages