README.md in edmunds_api-0.1.3 vs README.md in edmunds_api-0.1.4
- old
+ new
@@ -1,5 +1,11 @@
+[](https://circleci.com/gh/webstreak/edmunds-api-ruby)
+[](https://codeclimate.com/github/webstreak/edmunds-api-ruby)
+[](https://coveralls.io/github/webstreak/edmunds-api-ruby)
+[](https://badge.fury.io/rb/edmunds_api)
+[](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.