We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc94665 commit 5ccf0acCopy full SHA for 5ccf0ac
lib/event_service/client.rb
@@ -16,10 +16,10 @@ def get(path, params)
16
def connection_for(endpoint, proxy)
17
Faraday.new(endpoint, proxy: proxy) do |f|
18
f.response :logger if self.class.debug
19
-
+
20
# faraday標準のJSONパーサーを使用
21
f.response :json, parser_options: { symbolize_names: true }
22
23
# faraday標準のエラーハンドリングを使用
24
f.response :raise_error, include_request: true
25
0 commit comments