Module: Setsuzoku::Service::WebService::ApiStrategy::InterfaceMethods
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/setsuzoku/service/web_service/api_strategy.rb
Overview
These are interface methods that a plugin that implements this strategy must implement.
Instance Method Summary collapse
- #api_actions ⇒ Object
- #api_base_url ⇒ Object
- #dynamic_url_params ⇒ Object
-
#webhook_base_url ⇒ String
the base webhook api url.
Instance Method Details
#api_actions ⇒ Object
36 |
# File 'lib/setsuzoku/service/web_service/api_strategy.rb', line 36 def api_actions; end |
#api_base_url ⇒ Object
24 |
# File 'lib/setsuzoku/service/web_service/api_strategy.rb', line 24 def api_base_url; end |
#dynamic_url_params ⇒ Object
42 |
# File 'lib/setsuzoku/service/web_service/api_strategy.rb', line 42 def dynamic_url_params; end |
#webhook_base_url ⇒ String
the base webhook api url
29 |
# File 'lib/setsuzoku/service/web_service/api_strategy.rb', line 29 def webhook_base_url; end |