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
In .prepare_request (or possibly an interim function that also does the perform step?), implement httr2::req_error() using the definitions supplied in the API spec.
This probably depends on the endpoint, so we'll want a function or series of functions to deal with this. Or possibly a single function with a lookup, but I like the idea of auto-generating functions so we can edit them to make more sense if the API spec is unclear.
The text was updated successfully, but these errors were encountered:
(implement via api2r)
In
.prepare_request
(or possibly an interim function that also does the perform step?), implementhttr2::req_error()
using the definitions supplied in the API spec.This probably depends on the endpoint, so we'll want a function or series of functions to deal with this. Or possibly a single function with a lookup, but I like the idea of auto-generating functions so we can edit them to make more sense if the API spec is unclear.
The text was updated successfully, but these errors were encountered: