An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Cloudera Manager API (cm_api) Ruby Client

[![Build Status](https://travis-ci.org/pseudomuto/cm_api.svg?branch=master)](https://travis-ci.org/pseudomuto/cm_api)
[![Coverage Status](https://coveralls.io/repos/github/pseudomuto/cm_api/badge.svg?branch=master)](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).