Skip to content

Commit 4f63999

Browse files
fix google new in main (#112)
* Feature/google userinfo (#1) * commands added - first draft * parameter tables updated * examples added * Update README.md * Table of contents updated * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * fixed broken tables * not multi part bode office365 * Create index.md * docs * Create static.yml * split docs * Create _config.yml * yml * Update README.md * picture * brs * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Delete _config.yml * host authentication * first draft * Update OAuth2Provider.md * Update OAuth2Provider.md * Update OAuth2Provider.md * getCalender & getEvent commands added * Feature/events create update delete (#3) * Added 7 commands + event object * Update Google.md * Update Google.md * Update Google.md * Update Google.md * Update Office365.md * Update Google.md * Update Google.md * Update Google.md * Update Google.md * Update Google.md * Update Google.md * Update Google.md * Update Google.md * Update Google.md * fisrt update * Update Office365.md * Update Google.md * update 3 * update 4 * Update Office365.md * Update Google.md * Update Office365.md * link added * link moved * afterclosure --------- Co-authored-by: arnaud-4d <[email protected]> * Update README.md * Update Office365.md * removed docs * Create authorization.png * openid * Create JWT.md * Update README.md * Update JWT.md * Update JWT.md * Update JWT.md * Update JWT.md * Update JWT.md * Update JWT.md * Update OAuth2Provider.md * fix brs * Update README.md * Update OAuth2Provider.md * Update README.md * Update OAuth2Provider.md * fix new google example --------- Co-authored-by: mouna-elmaazouzi <[email protected]> Co-authored-by: mouna-elmaazouzi <[email protected]>
1 parent 5e6550d commit 4f63999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Classes/Google.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ $email.attachments:=New collection($attachment)
11121112
11131113
// Send the email
11141114
var $Google : Object
1115-
$Google:=New Google($token)
1115+
$Google:=cs.NetKit.Google.new($token)
11161116
$status:=$Google.mail.send($email)
11171117
```
11181118

0 commit comments

Comments
 (0)