Skip to main content

dispatch

Function dispatch 

Source
pub fn dispatch(
    client: &Client,
    base_url: &str,
    api_key: &str,
    op: &ApiOperation,
    matches: &ArgMatches,
) -> Result<Value, DispatchError>
Expand description

Execute an API operation based on clap matches.