README.md in edmunds_api-0.1.3 vs README.md in edmunds_api-0.1.4

- old
+ new

@@ -1,5 +1,11 @@ +[![Circle CI](https://circleci.com/gh/webstreak/edmunds-api-ruby.svg?style=shield)](https://circleci.com/gh/webstreak/edmunds-api-ruby) +[![Code Climate](https://codeclimate.com/github/webstreak/edmunds-api-ruby/badges/gpa.svg)](https://codeclimate.com/github/webstreak/edmunds-api-ruby) +[![Coverage Status](https://coveralls.io/repos/github/webstreak/edmunds-api-ruby/badge.svg)](https://coveralls.io/github/webstreak/edmunds-api-ruby) +[![Gem Version](https://badge.fury.io/rb/edmunds_api.svg)](https://badge.fury.io/rb/edmunds_api) +[![RubyGems](http://img.shields.io/gem/dt/edmunds_api.svg?style=flat)](http://rubygems.org/gems/edmunds_api) + Edmunds Api ruby client. > *Status*: Beta. We are preparing the project for public release soon ## Installation @@ -34,9 +40,13 @@ You can also pass options to an Api endpoint: ```ruby vehicles_api = Edmunds::Api.new.vehicles vehicles_api.make('Lexus', {state: 'new'}) ``` +See supported options for each Api endpoint on [Edmunds website](http://developer.edmunds.com/api-documentation/overview/) + +## Supported endpoints +[Endpoints](endpoints.md) ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/webstreak/edmunds-api-ruby.