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.
Required Ruby Version
>= 2.2.2
Authors
Gene M. Angelo, Jr.
Versions
- 5.0.0 February 18, 2026 (27.5 KB)
- 4.2.0 October 08, 2025 (27 KB)
- 4.1.0 July 14, 2025 (23.5 KB)
- 4.0.0 July 12, 2025 (22 KB)
- 3.0.4 August 03, 2024 (22.5 KB)
- 1.2.2 September 01, 2017 (18 KB)