getEntryRequest abstract method

Future<EntryRequest> getEntryRequest(
  1. KytheGetKytheEntriesParams parameters
)

Return the entries request that should be passes to the contributors returned from getEntryContributors.

Throw a RequestFailure if the request could not be created.

Implementation

Future<EntryRequest> getEntryRequest(KytheGetKytheEntriesParams parameters);