You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We would need to have the ... passed on to httr2::req_options(...) so you can set a proxy, for example.
yannikbuhl
changed the title
Allow users to directly pass on arguments to the API call (e.g., via '...')
Allow users to directly pass on options to the API call (e.g., via '...' and req_options)
Aug 7, 2024
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.The text was updated successfully, but these errors were encountered: