我正在使用Gmail API进行WEB HTTP调用。有没有一种方法可以批量获取消息内容?
看来messages.list仅返回messageIds,而messages.get仅支持单个消息查询。
列表API:https://www.googleapis.com/gmail/v1/users/userId/messages GET API:https://www.googleapis.com/gmail/v1/users/userId/messages/id
帮帮我〜谢谢!
rest gmail google-api batch-processing gmail-api
batch-processing ×1
gmail ×1
gmail-api ×1
google-api ×1
rest ×1