getOccurrencesRequest abstract method

Future<OccurrencesRequest> getOccurrencesRequest(
  1. String path
)

Return the occurrences request that should be passes to the contributors returned from getOccurrencesContributors.

Throw a RequestFailure if the request could not be created.

Implementation

Future<OccurrencesRequest> getOccurrencesRequest(String path);