Namespace TypedRest.CommandLine
Build command-line interfaces for TypedRest clients.
NuGet: TypedRest.CommandLine
Namespaces
- TypedRest.CommandLine.Commands
-
Commands operating on TypedRest.Endpoints.
- TypedRest.CommandLine.IO
-
Input and output methods for command-line interfaces.
Classes
- CliEndpointProvider<T>
Builds EntryEndpoints using config files, interactive authentication, OAuth tokens, etc.
- EndpointProviderBase<T>
Builds EntryEndpoints using config files, interactive authentication, OAuth tokens, etc.
- Executor<TEndpoint, TCommand>
Executes IEndpointCommands based on command-line arguments.
Interfaces
- IEndpointProvider<T>
Builds IEndpoint instances.