getOutlineRequest abstract method

Future<OutlineRequest> getOutlineRequest(
  1. String path
)

Return the outline request that should be passes to the contributors returned from getOutlineContributors.

Throw a RequestFailure if the request could not be created.

Implementation

Future<OutlineRequest> getOutlineRequest(String path);