Method: VerticalResponse::API::Client.resource_uri_with_token

Defined in:
lib/verticalresponse/api/client.rb

.resource_uri_with_token(access_token, *additional_paths) ⇒ Object

Used when posting The access_token at this time seems to only work as GET parameter



137
138
139
# File 'lib/verticalresponse/api/client.rb', line 137

def resource_uri_with_token(access_token, *additional_paths)
  resource_uri(*additional_paths) + "?access_token=#{access_token}"
end