I’m trying to batch a bunch of calls to the Google GMAIL API, as it is very slow retrieving the contents of a list of messages one at a time, but this requires me to send a request with the content-type: multipart/mixed, which as far as I’m aware is not supported by the anvil.http.request function.
Is this doable using anvil? or is there another way I batch GMAIL API calls in anvil?
Definitely understand the restrictions on custom packages for the free tier.
My original question was more towards why anvil.http.request is lacking some of the functionality (namely sending multipart request) that some of the other http libraries (like requests) support and was concerned that because requests is supported in the paid tiers, there would be no motivation to add extra functionality to anvil.http.requests.
I mean of course I understand that having a free tier at all is a luxury, but it’s just going to be a shame if I can’t batch my calls to the gmail API.