From 387d3cfb7c150591f167bae16ca7f7128062aed8 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 2 Jan 2013 19:33:54 +0100 Subject: Move paging parameter handling into new class --- examples/tapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/tapi b/examples/tapi index 651b267..cb37c03 100755 --- a/examples/tapi +++ b/examples/tapi @@ -45,10 +45,10 @@ def api_call(path, params) end if result.code != '200' STDERR.puts "#{result.code} #{result.message}" + STDERR.puts result.body exit 1 end -# puts result.body puts JSON.pretty_generate(JSON.parse(result.body)) end -- cgit v1.2.3