# File lib/heroku-postgresql/client.rb, line 89 def http_post(path, payload = {}) checking_client_version do sym_keys(JSON.parse(@heroku_postgresql_resource[path].post(payload.to_json).to_s)) end end