Class: Crawlora::AppStoreGroup
- Inherits:
-
Object
- Object
- Crawlora::AppStoreGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #app ⇒ Object
- #developer ⇒ Object
- #editorial ⇒ Object
- #editorial_category ⇒ Object
-
#initialize ⇒ AppStoreGroup
constructor
A new instance of AppStoreGroup.
- #list ⇒ Object
- #privacy ⇒ Object
- #ratings ⇒ Object
- #reviews ⇒ Object
- #search ⇒ Object
- #similar ⇒ Object
- #suggest ⇒ Object
- #version_history ⇒ Object
Constructor Details
#initialize ⇒ AppStoreGroup
Returns a new instance of AppStoreGroup.
91 |
# File 'sig/crawlora.rbs', line 91
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#app ⇒ Object
92 |
# File 'sig/crawlora.rbs', line 92
def app: (?id: String, ?app_id: String, ?country: String, ?lang: String, ?ratings: bool, ?platforms: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#developer ⇒ Object
93 |
# File 'sig/crawlora.rbs', line 93
def developer: (?dev_id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#editorial ⇒ Object
94 |
# File 'sig/crawlora.rbs', line 94
def editorial: (?device: "iphone" | "ipad" | "mac" | "vision" | "watch" | "tv", ?section: "main" | "arcade", ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#editorial_category ⇒ Object
95 |
# File 'sig/crawlora.rbs', line 95
def editorial_category: (?device: "iphone" | "ipad" | "mac" | "vision" | "watch" | "tv", ?category_id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#list ⇒ Object
96 |
# File 'sig/crawlora.rbs', line 96
def list: (?collection: String, ?category: Integer, ?country: String, ?lang: String, ?num: Integer, ?full_detail: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#privacy ⇒ Object
97 |
# File 'sig/crawlora.rbs', line 97
def privacy: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ratings ⇒ Object
98 |
# File 'sig/crawlora.rbs', line 98
def ratings: (?id: String, ?app_id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#reviews ⇒ Object
99 |
# File 'sig/crawlora.rbs', line 99
def reviews: (?id: String, ?app_id: String, ?country: String, ?page: Integer, ?sort: "mostRecent" | "mostHelpful", ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
100 |
# File 'sig/crawlora.rbs', line 100
def search: (?term: String, ?num: Integer, ?page: Integer, ?country: String, ?lang: String, ?ids_only: bool, ?platform: "phone" | "pad" | "mac", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#similar ⇒ Object
101 |
# File 'sig/crawlora.rbs', line 101
def similar: (?id: String, ?app_id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
102 |
# File 'sig/crawlora.rbs', line 102
def suggest: (?term: String, ?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#version_history ⇒ Object
103 |
# File 'sig/crawlora.rbs', line 103
def version_history: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|