# Pastebin 6ZfhzDUB (defn answer [] (let [response1 (http/get "https://maps.googleapis.com/maps/api/distancematrix/json?origins=\ Simei+Street+5|Singapore&destinations=Sin+Ming+Road|Singapore&mode=driving&sensor=false&key=..." {:method :post})] (println (:body @response1))))