google.gmail: no need for symbol wrapping here

char-rename
Björn Lindqvist 2016-10-18 08:10:00 +02:00
parent 0fe633848b
commit 1715f84d52
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ SYMBOL: access-token
: configure-oauth2 ( client-id client-secret -- )
[ auth-uri token-uri redirect-uri ] 2dip gmail-scope-ro { }
oauth2 boa \ oauth2 set ;
oauth2 boa oauth2 set ;
: ensure-token ( -- )
access-token [
[ \ oauth2 get console-flow ] unless*
[ oauth2 get console-flow ] unless*
] change ;
: api-call ( method get-params -- result )