Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing error handling and object conversion for array types #71

Merged
merged 5 commits into from
Jan 30, 2014

Commits on Jan 29, 2014

  1. Handle black error details

    Fixed googleapis#57, by checking for presence of error details before passing them
    to the exception
    Ian Barber committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    7a7a323 View commit details
    Browse the repository at this point in the history
  2. Adding basic youtube test

    Trying to track down this null value issue.
    Ian Barber committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    aebbd83 View commit details
    Browse the repository at this point in the history
  3. Adding more object test cases

    Ian Barber committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    73c5024 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5ee901 View commit details
    Browse the repository at this point in the history
  5. Google_Model toSimpleObject didn't convert Arrays

    Array and Map types weren't be recursively converted, so we
    would be returning the raw object. This could lead to nulls or
    other unexpected data being sent. Should resolve the underlying issue
    for googleapis#52
    Ian Barber committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    8698757 View commit details
    Browse the repository at this point in the history