Sha256: fa0a6260ae7544ba9c135a12c19cd33d1e59dcdaae1ec0e4730c9dbe8e0a32a5

Contents?: true

Size: 759 Bytes

Versions: 2

Compression:

Stored size: 759 Bytes

Contents

# Berkshelf::APIClient
[![Build Status](https://travis-ci.org/berkshelf/berkshelf-api-client.png?branch=master)](https://travis-ci.org/berkshelf/berkshelf-api-client)

A Ruby library for communicating with the [Berkshelf API server](https://github.com/berkshelf/berkshelf-api)

## Installation

Add this line to your application's Gemfile:

    gem 'berkshelf-api-client'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install berkshelf-api-client

## Usage

    require 'berkshelf/api-client'

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
berkshelf-api-client-3.0.0 README.md
berkshelf-api-client-2.0.2 README.md