Class: Crawlora::AppStoreGroup
- Inherits:
-
Object
- Object
- Crawlora::AppStoreGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #app ⇒ Object
- #developer ⇒ 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.
32 |
# File 'sig/crawlora.rbs', line 32
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#app ⇒ Object
33 |
# File 'sig/crawlora.rbs', line 33
def app: (?id: String, ?app_id: String, ?country: String, ?lang: String, ?ratings: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#developer ⇒ Object
34 |
# File 'sig/crawlora.rbs', line 34
def developer: (?dev_id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#list ⇒ Object
35 |
# File 'sig/crawlora.rbs', line 35
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
36 |
# File 'sig/crawlora.rbs', line 36
def privacy: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ratings ⇒ Object
37 |
# File 'sig/crawlora.rbs', line 37
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
38 |
# File 'sig/crawlora.rbs', line 38
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
39 |
# File 'sig/crawlora.rbs', line 39
def search: (?term: String, ?num: Integer, ?page: Integer, ?country: String, ?lang: String, ?ids_only: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#similar ⇒ Object
40 |
# File 'sig/crawlora.rbs', line 40
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
41 |
# File 'sig/crawlora.rbs', line 41
def suggest: (?term: String, ?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#version_history ⇒ Object
42 |
# File 'sig/crawlora.rbs', line 42
def version_history: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|