Add Gitter badge. (#720)

This commit is contained in:
The Gitter Badger 2019-08-25 16:41:17 -05:00 committed by Andy Brody
parent 38036479e4
commit 2c72a2e77e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
[![Build Status](https://travis-ci.org/rest-client/rest-client.svg?branch=master)](https://travis-ci.org/rest-client/rest-client)
[![Code Climate](https://codeclimate.com/github/rest-client/rest-client.svg)](https://codeclimate.com/github/rest-client/rest-client)
[![Inline docs](http://inch-ci.org/github/rest-client/rest-client.svg?branch=master)](http://www.rubydoc.info/github/rest-client/rest-client/master)
[![Join the chat at https://gitter.im/ruby-rest-client/community](https://badges.gitter.im/ruby-rest-client/community.svg)](https://gitter.im/ruby-rest-client/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
A simple HTTP and REST client for Ruby, inspired by the Sinatra's microframework style
of specifying actions: get, put, post, delete.