class Airbnb::V1

Constants

URL

Public Class Methods

authorize(params) click to toggle source
# File lib/airbnb/v1.rb, line 8
def authorize(params)
  post("#{Airbnb::V1::URL}/authorize", form: params)
end