1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Add several badge images to the README.

This commit is contained in:
Andy Brody 2015-11-12 03:01:48 -08:00
parent 3a62c3ad48
commit 715e85abff

View file

@ -1,6 +1,10 @@
= REST Client -- simple DSL for accessing HTTP and REST resources
Build status: {<img src="https://travis-ci.org/rest-client/rest-client.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/rest-client/rest-client]
{<img src="https://badge.fury.io/rb/rest-client.svg" alt="Gem Version" />}[https://rubygems.org/gems/rest-client]
{<img src="https://travis-ci.org/rest-client/rest-client.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/rest-client/rest-client]
{<img src="https://codeclimate.com/github/rest-client/rest-client.svg" alt="Code Climate" />}[https://codeclimate.com/github/rest-client/rest-client]
{<img src="http://inch-ci.org/github/rest-client/rest-client.svg?branch=master" alt="Inline docs" />}[http://www.rubydoc.info/github/rest-client/rest-client/master]
A simple HTTP and REST client for Ruby, inspired by the Sinatra's microframework style
of specifying actions: get, put, post, delete.