Class: Crawlora::TcdbGroup

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

Instance Method Summary collapse

Constructor Details

#initializeTcdbGroup

Returns a new instance of TcdbGroup.

Parameters:

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


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

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

Instance Method Details

#birthdaysObject

Parameters:

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

Returns:

  • (Object)


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

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

#cardObject

Parameters:

  • set_id: (String)
  • card_id: (String)
  • path: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def card: (?set_id: String, ?card_id: String, ?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#card_of_the_dayObject

Parameters:

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

Returns:

  • (Object)


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

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

#companiesObject

Parameters:

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

Returns:

  • (Object)


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

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

#personObject

Parameters:

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

Returns:

  • (Object)


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

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

#releasesObject

Parameters:

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

Returns:

  • (Object)


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

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

#searchObject

Parameters:

  • q: (String)
  • category: ("Baseball", "Basketball", "Boxing", "Cricket", "Football", "Gaming", "Golf", "Hockey", "Misc Sports", "MMA", "Multi-Sport", "Non-Sport", "Racing", "Soccer", "Tennis", "Wrestling")
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def search: (?q: String, ?category: "Baseball" | "Basketball" | "Boxing" | "Cricket" | "Football" | "Gaming" | "Golf" | "Hockey" | "Misc Sports" | "MMA" | "Multi-Sport" | "Non-Sport" | "Racing" | "Soccer" | "Tennis" | "Wrestling", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#setObject

Parameters:

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

Returns:

  • (Object)


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

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

#setsObject

Parameters:

  • sport: ("Baseball", "Basketball", "Boxing", "Cricket", "Football", "Gaming", "Golf", "Hockey", "Misc Sports", "MMA", "Multi-Sport", "Non-Sport", "Racing", "Soccer", "Tennis", "Wrestling")
  • year: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def sets: (?sport: "Baseball" | "Basketball" | "Boxing" | "Cricket" | "Football" | "Gaming" | "Golf" | "Hockey" | "Misc Sports" | "MMA" | "Multi-Sport" | "Non-Sport" | "Racing" | "Soccer" | "Tennis" | "Wrestling", ?year: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#taggedObject

Parameters:

  • id: (String)
  • path: (String)
  • url: (String)
  • sport: ("Baseball", "Basketball", "Boxing", "Cricket", "Football", "Gaming", "Golf", "Hockey", "Misc Sports", "MMA", "Multi-Sport", "Non-Sport", "Racing", "Soccer", "Tennis", "Wrestling")
  • page: (Integer)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def tagged: (?id: String, ?path: String, ?url: String, ?sport: "Baseball" | "Basketball" | "Boxing" | "Cricket" | "Football" | "Gaming" | "Golf" | "Hockey" | "Misc Sports" | "MMA" | "Multi-Sport" | "Non-Sport" | "Racing" | "Soccer" | "Tennis" | "Wrestling", ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#teamObject

Parameters:

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

Returns:

  • (Object)


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

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

#top_setsObject

Parameters:

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

Returns:

  • (Object)


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

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