pub fn dispatch(
client: &Client,
base_url: &str,
auth: &Auth<'_>,
op: &ApiOperation,
matches: &ArgMatches,
) -> Result<Value, DispatchError>Expand description
Execute an API operation based on clap matches.
Convenience wrapper around PreparedRequest::from_operation +
PreparedRequest::send.