Sha256: 69b070fb629c887422223c4aae6d492384b36ff8d084676695158438960a6d08

Contents?: true

Size: 745 Bytes

Versions: 1

Compression:

Stored size: 745 Bytes

Contents

# RedmineRest

This is gem with some ActiveResource models for Redmine.


## Installation

Add this line to your application's Gemfile:

```ruby
gem 'redmine_rest'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install redmine_rest

## Usage

    RedmineRest::Models.configure_models user: 'user', password: 'password', site: 'URL'
    # or by using apikey:
    RedmineRest::Models.configure_models apikey: 'apikey', site: 'URL'
    issue = RedmineRest::Models::Issue.find(1234)


## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Nondv/redmine_rest.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redmine_rest-0.1.1 README.md