module Heroku::Api::Postgres
Constants
- VERSION
Public Class Methods
connect_oauth(oauth_client_key = ENV['HEROKU_OAUTH_TOKEN'])
click to toggle source
# File lib/heroku/api/postgres/client.rb, line 4 def self.connect_oauth(oauth_client_key = ENV['HEROKU_OAUTH_TOKEN']) Client.new(oauth_client_key) end