-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
We have a use case where some of our conversion requests will be synchronous and some will be asynchronous in the same application.
Async requests are specified by a URI path prefix instead of a request param and I don't see a way to add that prefix to the request builder in a ConvertApi::Task as it is hard-coded to start with /convert
I could modify the base_uri in ConvertApi::Configuration but that would change it for all calls to ConvertApi#convert in the current thread instead of for a single request.
Am I missing something?
Metadata
Metadata
Assignees
Labels
No labels