getAssistRequest abstract method
Return the assist request that should be passes to the contributors returned from getAssistContributors.
Throw a RequestFailure if the request could not be created.
Implementation
Future<AssistRequest> getAssistRequest(EditGetAssistsParams parameters);