README.md in npr-0.1.0 vs README.md in npr-0.1.1
- old
+ new
@@ -1,8 +1,8 @@
# NPR API Ruby Client
-[![Build Status](https://travis-ci.org/bricker88/npr.png)](https://travis-ci.org/bricker88/npr)
+[![Build Status](https://travis-ci.org/bricker/npr.png)](https://travis-ci.org/bricker/npr)
**NOTE** This gem is a WIP
A simple Ruby client for the
[NPR API](http://www.npr.org/api/index).
@@ -120,9 +120,10 @@
* 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
+* 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)