getFixesRequest abstract method

Future<FixesRequest> getFixesRequest(
  1. EditGetFixesParams parameters
)

Return the fixes request that should be passes to the contributors returned from getFixContributors.

Throw a RequestFailure if the request could not be created.

Implementation

Future<FixesRequest> getFixesRequest(EditGetFixesParams parameters);