his gem allows you to access Movinmotion data for your account by adding your session cookie to the configuration. Movinmotion API is not publicly open and this Gem uses visible access points from their website. Please use carefully and respectfully.
Install following below, then:
$ rails generate mm_initializerUpdate initializer for your Movinmotion session cookie, decide if you want to use our classes (default true), and if you wqant to authorize writing on your movinmotion account (default false)
Use at your own risks!
This gem is still heavily in development and is not officially released at the moment.
If you keep the use of the classes, you have a few new ActiveRecord-like models:
- Mm::Position
- Mm::Project
- Mm::Ccn
- (more to come)
they respond to classic ActiveRecord messages. Please reach if you need more help on this.
Add this line to your application's Gemfile:
gem "movinmotion_api"And then execute:
$ bundleOr install it yourself as:
$ gem install movinmotion_apiPlease reach out!
The gem is available as open source under the terms of the MIT License.