README.md in npr-1.1.0 vs README.md in npr-1.2.0
- old
+ new
@@ -1,19 +1,20 @@
# NPR API Ruby Client
[![Build Status](https://travis-ci.org/bricker/npr.png)](https://travis-ci.org/bricker/npr)
A simple Ruby client for the
-[NPR API](http://www.npr.org/api/index).
+[NPR API](http://www.npr.org/api/index). Alternative documentation for the NPR
+API can be found at <http://dev.npr.org>.
## Support
This gem is tested with these versions (but may
work with others):
-* Ruby 1.9.2, 1.9.3, ruby-head
+* Ruby 1.9.2, 1.9.3, 2.0.0
* NPR API version 0.94
## Dependencies
@@ -103,20 +104,14 @@
* More Documentation
* Search functionality
* Add "select" method to QueryBuilder for the "fields" input
* Abstract attributes so they're not tied directly to the API response.
-Also to make them more Ruby-conventional (i.e. snake_case)
- * Example: "apiKey" => :api_key
+* Make all attributes snake_case
* Support for "correction" node
* Support for "container" node
-* Support for "parent" node
* Support for "thumbnail" node
-* Support a way to return raw formats of:
- * HTML / Javascript (for views)
- * JSON
- * ATOM
- * RSS
+* Support a way to return the raw NPRML if requested.
## Contributing
1. Fork it