RubyGems Navigation menu

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:
=

インストール:
=

バージョン履歴:

  1. 3.0.4 August 03, 2024 (22.5KB)
  2. 3.0.3 February 19, 2024 (22.5KB)
  3. 3.0.2 February 01, 2024 (22.5KB)
  4. 3.0.1 January 07, 2024 (22.5KB)
  5. 3.0.0 December 28, 2023 (22KB)
  6. 1.1.1 November 02, 2016 (16.5KB)
全てのバージョンを表示(全23件)

Runtime依存関係 (2):

activesupport >= 5.0.0.1, ~> 5.0
simple_command >= 0.0.9

Development依存関係 (6):

bundler ~> 1.13
colorize >= 0
rake ~> 10.0
rdoc >= 0
rspec ~> 3.0
yard >= 0

所有者:

作者:

  • Gene M. Angelo, Jr.

SHA 256チェックサム:

=

累計ダウンロード数 13,320

このバージョンのみ 2,039

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 2.2.2

リンク: