RubyGems Navigation menu

simple_command_dispatcher 3.0.0

Within a services API (rails-api for instance), you may have a need to execute different simple_commands or your own custom commands (service objects) 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 execute either command with one line of code dynamically.

Gemfile:
=

installieren:
=

Versionen:

  1. 4.1.0 July 14, 2025 (23,5 KB)
  2. 4.0.0 July 12, 2025 (22 KB)
  3. 3.0.4 August 03, 2024 (22,5 KB)
  4. 3.0.3 February 19, 2024 (22,5 KB)
  5. 3.0.2 February 01, 2024 (22,5 KB)
  6. 3.0.0 December 28, 2023 (22 KB)
Zeige alle Versionen (25 total)

Runtime Abhängigkeiten (2):

activesupport >= 7.0.8, < 8.0
simple_command ~> 1.0, >= 1.0.1

Besitzer:

Pushed by:

Autoren:

  • Gene M. Angelo, Jr.

SHA 256-Prüfsumme:

=

Downloads insgesamt 14.024

Für diese Version 364

Version veröffentlicht:

Lizenz:

MIT

Erforderliche Ruby-Version: >= 3.0

Links: