Login  Register

Re: Using Google service discovery API's with Pharo Smalltalk by Richard J. Prinz

Posted by Sean P. DeNigris on Nov 05, 2015; 9:23pm
URL: https://forum.world.st/Using-Google-service-discovery-API-s-with-Pharo-Smalltalk-by-Richard-J-Prinz-tp4814538p4859423.html

Andy Burnett wrote
Using Google service discovery API's with Pharo Smalltalk by Richard J.
Prinz
Cool! I noticed a small bug. GoogleGmailApiUsersMessages>>#send: does not accept an argument for the actual message. Maybe it has to do with that requirement is defined in the Message definition?
    "Message": {
    ...
        "raw": {
    ...
          "required": [
          "gmail.users.drafts.create",
          "gmail.users.drafts.update",
          "gmail.users.messages.insert",
          "gmail.users.messages.send"
          ]
        }
Cheers,
Sean