Handbook
Glossary
list-messages-by-label ( label -- seq )
Vocabulary
google
.
gmail
Inputs
label
an
object
Outputs
seq
an
object
Definition
USING:
arrays
kernel
;
IN:
google.gmail
:
list-messages-by-label
( label -- seq )
[
"/me/messages"
]
dip
"labelIds"
swap
2array
1array
api-call
;