simple_command_dispatcher 1.1.1
Within a services API (rails-api for instance), you may have a need to execute different SimpleCommands based on one or more factors: multiple application, API version, user type, user credentials, etc. For example, your service API may need to execute either Api::Auth::V1::AuthenticateCommand.call(...) or Api::Auth::V2::AuthenticateCommand.call(...) based on the API version. simple_command_dispatcher allows you to make one call to execute both command dynamically.
Gemfile:
=
installation:
=
Dépendances de Runtime (2):
activesupport
>= 5.0.0.1, ~> 5.0
simple_command
>= 0.0.9