Categories: None [Edit]
simple_command_dispatcher
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.
Total
Ranking: 70,789 of 183,494
Downloads: 12,517
Daily
Ranking: 49,874 of 183,487
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
7 | 1,005,284,911 | activesupport |
2,568 | 5,747,393 | simple_command |
Owners
# | Gravatar | Handle |
---|---|---|
1 | gangelo |