Skip to content

Commit

Permalink
add multipart to request
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Sep 11, 2019
1 parent 8bc6704 commit 4104511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/symphony_reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class ResponseError < StandardError; end

def self.client
Faraday.new(headers: Settings.catalog.symphony.headers) do |conn|
conn.request :multipart
conn.request :url_encoded
conn.use FaradayMiddleware::Chunked
conn.adapter :net_http
Expand Down

0 comments on commit 4104511

Please sign in to comment.