jhk753 / gmail-ruby-api

Ruby interface for Gmail API
Other
26 stars 20 forks source link

Gmail.client method for unincluded methods? #16

Closed Carpela closed 9 years ago

Carpela commented 9 years ago

Do you have an example of how you've implemented Gmail.client to use methods that aren't done yet? Was trying to use the history.list method but couldn't work out how it's implemented.

jhk753 commented 9 years ago

Actually you are right, I didn't put client as an accessor of Gmail so you can only use the Google API through Google::APIClient that is loaded in this Gem...