module EyeEmConnector::Client::Venues
Public Instance Methods
create_venue(service,external_id,name,location)
click to toggle source
POST
# File lib/EyeEmConnector/models/venues.rb, line 14 def create_venue(service,external_id,name,location) response = post('/venues',{:service => service, :id => external_id, :name => name, :location => location}) response.body end
eyeem_foursquare_token()
click to toggle source
GET
# File lib/EyeEmConnector/models/venues.rb, line 8 def eyeem_foursquare_token response = get('/venues/foursquareToken') response.body end