Class: Crawlora::ApplePodcastsGroup

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

Instance Method Summary collapse

Constructor Details

#initializeApplePodcastsGroup

Returns a new instance of ApplePodcastsGroup.

Parameters:

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


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

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

Instance Method Details

#chartsObject

Parameters:

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

Returns:

  • (Object)


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

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

#episodes_searchObject

Parameters:

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

Returns:

  • (Object)


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

def episodes_search: (?term: String, ?country: String, ?lang: String, ?limit: Integer, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#searchObject

Parameters:

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

Returns:

  • (Object)


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

def search: (?term: String, ?country: String, ?lang: String, ?limit: Integer, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#showObject

Parameters:

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

Returns:

  • (Object)


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

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

#show_episodesObject

Parameters:

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

Returns:

  • (Object)


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

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