Handbook
Glossary
api-call ( method get-params -- result )
Vocabulary
google
.
gmail
Inputs
method
an
object
get-params
an
object
Outputs
result
an
object
Definition
USING:
accessors
json
kernel
namespaces
oauth2
sequences
urls
;
IN:
google.gmail
:
api-call
( method get-params -- result )
ensure-token
[
api-base
prepend
>url
]
dip
set-query-params
access-token
get
access>>
oauth-http-get
nip
json>
;