lib/homeflow/api/request.rb in homeflow_api-1.0.2 vs lib/homeflow/api/request.rb in homeflow_api-1.0.3
- old
+ new
@@ -65,10 +65,13 @@
end
end
def constant_params
- {:api_key=> Homeflow::API.config.api_key}
+ {
+ :api_key => Homeflow::API.config.api_key,
+ :request_key => Homeflow::API.config.request_key
+ }
end
class << self
def run_for(request_specification)
r = Request.new(request_specification)