aaronpk / Google-Voice-PHP-API

Unmaintaned: Please do not contact me with support requests. If this no longer works, it's because Google Voice changed their systems. I will accept pull requests that fix things. Check out http://twilio.com for a much better API for sending and receiving SMSs.
Other
228 stars 108 forks source link

Last big push #5

Closed rhodey closed 11 years ago

rhodey commented 11 years ago

Hey aaronpk,

This should be the last big push I do for awhile. Right now there is pretty much a class method for every bit of functionality the Google Voice web UI supports. Instead of returning messages and voicemails as arrays of strings, complete JSON objects are now returned with all of the attributes Google provides.

I had to update the README to document the available JSON attributes.

-- rhodey

aaronpk commented 11 years ago

Cool, thanks!