Class: Flow::Cli::Utils::FlowApiRest

Inherits:
LocalServiceRest show all
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_urlObject



6
7
8
# File 'lib/flow/cli/utils/flow_api_rest.rb', line 6

def basic_url
  FLOW_API_URL # 子类中复写
end