Base::URL
get, post
4 5 6
# File 'lib/airbnb/v2/users.rb', line 4 def show(id) get("#{Airbnb::V2::URL}/users/#{id}") end