5 6 7 8 9
# File 'lib/publisher.rb', line 5 def self.publish(source, data) Api::Client.post("/sources/#{source}", body: { data: data.to_json }, timeout: 10000) rescue SocketError => ex puts "SocketError: #{ex.message}" end