Skip to content

Instantly share code, notes, and snippets.

@agungsetiawan
Created March 31, 2020 04:28
Show Gist options
  • Save agungsetiawan/498b7c949eb8564c4838f09cbe9c05b7 to your computer and use it in GitHub Desktop.
Save agungsetiawan/498b7c949eb8564c4838f09cbe9c05b7 to your computer and use it in GitHub Desktop.
def call
# code omitted
res = Connection.internal_api.get do |req|
req.url "#{ENV['TRANSACTION_HOST']}/transactions?user_id=#{user_id}"
end
# code omitted
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment