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

Conversation

ianbarber
Copy link
Contributor

Fixed an issue where array types weren't converting their member objects properly, and an issue with errors for APIs which don't return error details.

Fixes the issue underlying #52 and #57.

Ian Barber added 5 commits January 29, 2014 15:59
Fixed googleapis#57, by checking for presence of error details before passing them
to the exception
Trying to track down this null value issue.
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
@danieldou
Copy link

We'll test it and tell you. If that's true, it would also fix #39 and answer questions on stackoverflow http://stackoverflow.com/questions/21024694/youtubepartner-php-not-found and http://stackoverflow.com/questions/21278909/example-code-not-working-on-php-developers-site

@danieldou
Copy link

IT WORKS!!! FINALLY!

Thanks a lot for your time. It's really amazing see that all the work is really coming to a good end.

Works with server authentication (refresh token), but with a previous manual user login. When do you plan that server authentication works alone without manual login be released?

BTW, the example rules ok, as well.

Thank you!!

@JavierGonzalez
Copy link

It works! Thank you for clean us up the way. We already are moving forward full throttle on connection developing.

THANKS! 👍

silvolu added a commit that referenced this pull request Jan 30, 2014
Fixing error handling and object conversion for array types
@silvolu silvolu merged commit 2d9f5f8 into googleapis:master Jan 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants