Class: Singly::Friends

Inherits:
Object
  • Object
show all
Includes:
Endpoint
Defined in:
lib/singly/api/friends.rb,
lib/singly/api/friends/group.rb

Defined Under Namespace

Classes: Group

Instance Attribute Summary

Attributes included from Endpoint

#options, #path

Instance Method Summary collapse

Methods included from Endpoint

#fetch, #initialize, #url, #validate

Instance Method Details

#all(params = {}) ⇒ Object



7
8
9
# File 'lib/singly/api/friends.rb', line 7

def all(params={})
  group_endpoint(__method__, params)
end

#android(params = {}) ⇒ Object



19
20
21
# File 'lib/singly/api/friends.rb', line 19

def android(params={})
  group_endpoint(__method__, params)
end

#facebook(params = {}) ⇒ Object



23
24
25
# File 'lib/singly/api/friends.rb', line 23

def facebook(params={})
  group_endpoint(__method__, params)
end

#flickr(params = {}) ⇒ Object



55
56
57
# File 'lib/singly/api/friends.rb', line 55

def flickr(params={})
  group_endpoint(__method__, params)
end

#foursquare(params = {}) ⇒ Object



43
44
45
# File 'lib/singly/api/friends.rb', line 43

def foursquare(params={})
  group_endpoint(__method__, params)
end

#gcontacts(params = {}) ⇒ Object



35
36
37
# File 'lib/singly/api/friends.rb', line 35

def gcontacts(params={})
  group_endpoint(__method__, params)
end

#github(params = {}) ⇒ Object



47
48
49
# File 'lib/singly/api/friends.rb', line 47

def github(params={})
  group_endpoint(__method__, params)
end

#instagram(params = {}) ⇒ Object



39
40
41
# File 'lib/singly/api/friends.rb', line 39

def instagram(params={})
  group_endpoint(__method__, params)
end

#ios(params = {}) ⇒ Object



15
16
17
# File 'lib/singly/api/friends.rb', line 15

def ios(params={})
  group_endpoint(__method__, params)
end

#klout(params = {}) ⇒ Object



63
64
65
# File 'lib/singly/api/friends.rb', line 63

def klout(params={})
  group_endpoint(__method__, params)
end

#linkedin(params = {}) ⇒ Object



31
32
33
# File 'lib/singly/api/friends.rb', line 31

def linkedin(params={})
  group_endpoint(__method__, params)
end

#peers(params = {}) ⇒ Object



11
12
13
# File 'lib/singly/api/friends.rb', line 11

def peers(params={})
  group_endpoint(__method__, params)
end

#tumblr(params = {}) ⇒ Object



51
52
53
# File 'lib/singly/api/friends.rb', line 51

def tumblr(params={})
  group_endpoint(__method__, params)
end

#twitter(params = {}) ⇒ Object



27
28
29
# File 'lib/singly/api/friends.rb', line 27

def twitter(params={})
  group_endpoint(__method__, params)
end

#yammer(params = {}) ⇒ Object



59
60
61
# File 'lib/singly/api/friends.rb', line 59

def yammer(params={})
  group_endpoint(__method__, params)
end