module Faraday::Utils

def sort_query_params(query)

def sort_query_params(query)
  query.split('&').sort.join('&')
end