Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

rubygems.org : 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.

Registry - Source - Documentation - JSON
purl: pkg:gem/simple_command_dispatcher
Keywords: api, api-rest, rails, rails-api, rails-gem, ruby, ruby-on-rails
License: MIT
Latest release: 3 months ago
First release: over 7 years ago
Dependent repositories: 1
Downloads: 10,884 total
Stars: 5 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 11 days ago

    Loading...
    Readme
    Loading...