mobile-rb
Mobile-rb is a new ruby wrapper for the german Mobile.de API. Tests included (but need to be extended).
Installation
gem install mobile-rb
Usage
client = Mobile.configure do |config|
config.username = "your_username"
config.password = "your_password"
# config.api_version = "1.0.0" # Optional
end
Contributing
- Fork it ( https://github.com/[my-github-username]/mobile/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