At the moment, most of restatis's functions do not allow to modify the underlying HTTP call using httr2. For example, this might be a problem once someone tries to add proxy information. In httr2 it seems that there is no other way than using req_options to add more options to the API call. This is, at this moment, not supported by restatis and could be considered being added to all functions.
At the moment, most of
restatis
's functions do not allow to modify the underlying HTTP call usinghttr2
. For example, this might be a problem once someone tries to add proxy information. Inhttr2
it seems that there is no other way than usingreq_options
to add more options to the API call. This is, at this moment, not supported byrestatis
and could be considered being added to all functions.