https://github.com/pseudomuto/cm_api
A Cloudera Manager API Client in Ruby
https://github.com/pseudomuto/cm_api
Last synced: 4 months ago
JSON representation
A Cloudera Manager API Client in Ruby
- Host: GitHub
- URL: https://github.com/pseudomuto/cm_api
- Owner: pseudomuto
- License: mit
- Created: 2016-08-25T00:40:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T20:24:02.000Z (over 9 years ago)
- Last Synced: 2025-02-12T13:23:42.476Z (over 1 year ago)
- Language: Ruby
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Cloudera Manager API (cm_api) Ruby Client
[](https://travis-ci.org/pseudomuto/cm_api)
[](https://coveralls.io/github/pseudomuto/cm_api?branch=master)
Work in progress...don't even try it out just yet.
## Installation
Add this line to your application's Gemfile:
```ruby
gem "cm_api"
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install cm_api
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).