Class: Crawlora::InstagramGroup

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

Instance Method Summary collapse

Constructor Details

#initializeInstagramGroup

Returns a new instance of InstagramGroup.

Parameters:

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


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

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

Instance Method Details

#postObject

Parameters:

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

Returns:

  • (Object)


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

def post: (?id: String, ?post_id: 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)


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

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

#reelsObject

Parameters:

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

Returns:

  • (Object)


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

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