Class: Flow::Cli::Utils::FlowApiRest
- Inherits:
-
LocalServiceRest
- Object
- LocalServiceRest
- Flow::Cli::Utils::FlowApiRest
- Defined in:
- lib/flow/cli/utils/flow_api_rest.rb
Class Method Summary collapse
Methods inherited from LocalServiceRest
add_something_to_payload, add_those_to_params, build_valid_url, json_content_type
Class Method Details
.basic_url ⇒ Object
6 7 8 |
# File 'lib/flow/cli/utils/flow_api_rest.rb', line 6 def basic_url FLOW_API_URL # 子类中复写 end |