- The APIs for building and sending requests to Yahoo is now more modular and supports a fluent API. Instead of having a separate method for each "type" of request, we can now start with the resource we are querying and add sub-resources or filters as needed.
- The json response is also mapped to an object now so the end user no longer needs to manually parse all of that information coming back and can simply access the objects attributes. The json is still stored and returned with the object in case manually parsing is needed (for some reason).
- Provided more thorough documentation, including installation/development instructions in the README and usage examples in README and python file form.