Skip to main content

Module dispatch

Module dispatch 

Source
Expand description

ArgMatches → HTTP request dispatch

Takes parsed clap matches and the matching ApiOperation, constructs an HTTP request, and returns the response.

Functions§

dispatch
Execute an API operation based on clap matches.