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.

Enums§

Auth
Authentication method for API requests.

Functions§

dispatch
Execute an API operation based on clap matches.