Sha256: b45eb74c279c6c43f7cb2087d93770543a2de5891415e56671fdbb5f62eb89b3

Contents?: true

Size: 576 Bytes

Versions: 1

Compression:

Stored size: 576 Bytes

Contents

# WebClient

Net::HTTP wrapper easy to use

## Installation

Add this line to your application's Gemfile:

    gem 'web_client'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install web_client

## Usage

    client = WebClient::Base.new 'localhost', 3000
    client.get '/users'

## Contributing

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
web_client-0.0.3 README.md