Class: Crawlora::XGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeXGroup

Returns a new instance of XGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


639
# File 'sig/crawlora.rbs', line 639

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#postObject

Parameters:

  • id: (String)
  • username: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


640
# File 'sig/crawlora.rbs', line 640

def post: (?id: String, ?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#profileObject

Parameters:

  • username: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


641
# File 'sig/crawlora.rbs', line 641

def profile: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#profile_postsObject

Parameters:

  • username: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


642
# File 'sig/crawlora.rbs', line 642

def profile_posts: (?username: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped