Skip to content

Commit

Permalink
forgot to merge params
Browse files Browse the repository at this point in the history
  • Loading branch information
amro committed Dec 6, 2011
1 parent 022db41 commit d81ab88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gibbon.rb
Expand Up @@ -83,6 +83,7 @@ def export_api_url

def call(method, params = {})
api_url = export_api_url + method + "/"
params = @default_params.merge(params)
response = self.class.post(api_url, :body => params, :timeout => @timeout)

lines = response.body.lines
Expand Down

0 comments on commit d81ab88

Please sign in to comment.