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