From 270c8527393fdae20cacae71e8c1fa15b4050742 Mon Sep 17 00:00:00 2001 From: Pedro Furtado Date: Fri, 18 Jun 2021 17:58:45 -0300 Subject: [PATCH] Update api.rb --- lib/coconut/api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/coconut/api.rb b/lib/coconut/api.rb index 008d57c..1b16af3 100644 --- a/lib/coconut/api.rb +++ b/lib/coconut/api.rb @@ -32,7 +32,7 @@ def self.request(verb, path, options={}) end end - return resp.parse + return resp.parse(:json) end end -end \ No newline at end of file +end