module Twitter::REST::FriendsAndFollowers

Direct including types

Defined in:

twitter/rest/friends_and_followers.cr

Instance Method Summary

Instance Method Detail

def follow(user_id : Int32 | Int64, options = {} of String => String) : Twitter::User #

[View source]
def follow(screen_name : String, options = {} of String => String) : Twitter::User #

[View source]
def follow(user : Twitter::User, options = {} of String => String) : Twitter::User #

[View source]
def follower_ids(screen_name : String, options = {} of String => String) : Array(Int64) #

[View source]
def follower_ids(user_id : Int32 | Int64, options = {} of String => String) : Array(Int64) #

[View source]
def follower_ids(user : Twitter::User, options = {} of String => String) : Array(Int64) #

[View source]
def follower_ids(options = {} of String => String) : Array(Int64) #

[View source]
def followers(screen_name : String, options = {} of String => String) : Array(Twitter::User) #

[View source]
def followers(user_id : Int32 | Int64, options = {} of String => String) : Array(Twitter::User) #

[View source]
def followers(user : Twitter::User, options = {} of String => String) : Array(Twitter::User) #

[View source]
def followers(options = {} of String => String) : Array(Twitter::User) #

[View source]
def friend_ids(screen_name : String, options = {} of String => String) : Array(Int64) #

[View source]
def friend_ids(user_id : Int32 | Int64, options = {} of String => String) : Array(Int64) #

[View source]
def friend_ids(user : Twitter::User, options = {} of String => String) : Array(Int64) #

[View source]
def friend_ids(options = {} of String => String) : Array(Int64) #

[View source]
def friends(screen_name : String, options = {} of String => String) : Array(Twitter::User) #

[View source]
def friends(user_id : Int32 | Int64, options = {} of String => String) : Array(Twitter::User) #

[View source]
def friends(user : Twitter::User, options = {} of String => String) : Array(Twitter::User) #

[View source]
def friends(options = {} of String => String) : Array(Twitter::User) #

[View source]
def unfollow(user_id : Int32 | Int64, options = {} of String => String) : Twitter::User #

[View source]
def unfollow(screen_name : String, options = {} of String => String) : Twitter::User #

[View source]
def unfollow(user : Twitter::User, options = {} of String => String) : Twitter::User #

[View source]