getHighlightsRequest abstract method

Future<HighlightsRequest> getHighlightsRequest(
  1. String path
)

Return the highlighting request that should be passes to the contributors returned from getHighlightsContributors.

Throw a RequestFailure if the request could not be created.

Implementation

Future<HighlightsRequest> getHighlightsRequest(String path);