Sha256: 5207ab4ab83640c0ef9afae3bcd734215c6c8cc9a5723797ef1ca1d7407b84cd

Contents?: true

Size: 758 Bytes

Versions: 10

Compression:

Stored size: 758 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

10 entries across 10 versions & 1 rubygems

Version Path
berkshelf-api-client-2.0.1 README.md
berkshelf-api-client-1.3.1 README.md
berkshelf-api-client-2.0.0 README.md
berkshelf-api-client-1.3.0 README.md
berkshelf-api-client-1.2.1 README.md
berkshelf-api-client-1.2.0 README.md
berkshelf-api-client-1.2.0.rc2 README.md
berkshelf-api-client-1.2.0.rc1 README.md
berkshelf-api-client-1.1.1 README.md
berkshelf-api-client-1.1.0 README.md