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
A clear and concise description of where the limitation lies.
Feature
Within the HttpDispatcher.getOrCreateAtumContext call the actual endpoint on the server (/api/v1//createPartitioning) and process the response into the return value.
Proposed Solution
Feel free to rename the function (in the Dispatcher to be similar to end-point name)
Consider, it might be useful/needed to change the return type to support asynchronicity
The text was updated successfully, but these errors were encountered:
Background
A clear and concise description of where the limitation lies.
Feature
Within the
HttpDispatcher.getOrCreateAtumContext
call the actual endpoint on the server (/api/v1//createPartitioning
) and process the response into the return value.Proposed Solution
Dispatcher
to be similar to end-point name)The text was updated successfully, but these errors were encountered: