module Twitter::REST::Users

Direct including types

Defined in:

twitter/rest/users.cr

Instance Method Summary

Instance Method Detail

def user(user_id : Int32, options = {} of String => String) #

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

[View source]
def user(options = {} of String => String) #

[View source]
def user_search(query : String, options = {} of String => String) #

[View source]
def users(user_ids : Array(Int32), options = {} of String => String) #

[View source]
def users(screen_names : Array(String), options = {} of String => String) #

[View source]