indexea_client 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/README.md +3413 -0
  4. data/Rakefile +8 -0
  5. data/docs/AccountApi.md +685 -0
  6. data/docs/AccountBean.md +27 -0
  7. data/docs/AccountPasswdBody.md +8 -0
  8. data/docs/AccountPortraitBody.md +7 -0
  9. data/docs/AccountProfileBody.md +8 -0
  10. data/docs/AccountResetpwdBody.md +9 -0
  11. data/docs/AccountSigninBody.md +9 -0
  12. data/docs/AccountSignupBody.md +10 -0
  13. data/docs/AccountsFeedbackBody.md +8 -0
  14. data/docs/AccountsMessageBody.md +8 -0
  15. data/docs/AnalyzeObject.md +8 -0
  16. data/docs/AnalyzeToken.md +11 -0
  17. data/docs/AppBean.md +23 -0
  18. data/docs/AppCompanyBody.md +22 -0
  19. data/docs/AppIndexBody.md +7 -0
  20. data/docs/AppLogAccount.md +9 -0
  21. data/docs/AppLogBean.md +19 -0
  22. data/docs/AppLogsBean.md +9 -0
  23. data/docs/AppMentorBean.md +14 -0
  24. data/docs/AppOauthBody.md +7 -0
  25. data/docs/AppOauthBody1.md +7 -0
  26. data/docs/AppOauthresetsecretBody.md +7 -0
  27. data/docs/AppTokensBody.md +7 -0
  28. data/docs/AppTokensBody1.md +7 -0
  29. data/docs/AppWidgetBody.md +7 -0
  30. data/docs/AppsApi.md +1843 -0
  31. data/docs/AppsAppBody.md +8 -0
  32. data/docs/AppsBody.md +8 -0
  33. data/docs/AutoCompleteItem.md +9 -0
  34. data/docs/BlacklistBean.md +12 -0
  35. data/docs/Bulletin.md +15 -0
  36. data/docs/CompanyBean.md +24 -0
  37. data/docs/ContactForm.md +11 -0
  38. data/docs/CrawlerLog.md +14 -0
  39. data/docs/CrawlerLogs.md +8 -0
  40. data/docs/CrawlerTask.md +16 -0
  41. data/docs/FieldsApi.md +215 -0
  42. data/docs/GlobalApi.md +258 -0
  43. data/docs/GlobalOptionForm.md +8 -0
  44. data/docs/IndexBean.md +26 -0
  45. data/docs/IndexFieldBean.md +8 -0
  46. data/docs/IndexForm.md +15 -0
  47. data/docs/IndexRebuildForm.md +12 -0
  48. data/docs/IndexSettings.md +10 -0
  49. data/docs/IndexSettingsBody.md +7 -0
  50. data/docs/IndexStatBean.md +14 -0
  51. data/docs/IndexSynonymsflushBody.md +7 -0
  52. data/docs/IndexTask.md +13 -0
  53. data/docs/IndexTemplate.md +17 -0
  54. data/docs/IndexTemplates.md +8 -0
  55. data/docs/IndexUploadBody.md +7 -0
  56. data/docs/IndicesApi.md +1620 -0
  57. data/docs/IntelligentMapping.md +8 -0
  58. data/docs/KeywordBindingBean.md +14 -0
  59. data/docs/MentorForm.md +8 -0
  60. data/docs/Message.md +18 -0
  61. data/docs/MessageApi.md +262 -0
  62. data/docs/Messages.md +8 -0
  63. data/docs/OauthAppBean.md +20 -0
  64. data/docs/OpenidBean.md +10 -0
  65. data/docs/OptionForm.md +10 -0
  66. data/docs/OrdersIdentBody.md +7 -0
  67. data/docs/PayResult.md +9 -0
  68. data/docs/PaymentApi.md +788 -0
  69. data/docs/PaymentInvoice.md +15 -0
  70. data/docs/PaymentOrder.md +25 -0
  71. data/docs/PaymentRecord.md +13 -0
  72. data/docs/PaymentService.md +12 -0
  73. data/docs/QueriesApi.md +1821 -0
  74. data/docs/QueryActionBean.md +27 -0
  75. data/docs/QueryBean.md +22 -0
  76. data/docs/QueryForm.md +15 -0
  77. data/docs/QueryNode.md +10 -0
  78. data/docs/QuerySortField.md +9 -0
  79. data/docs/QueryVariableBean.md +17 -0
  80. data/docs/RecommendApi.md +365 -0
  81. data/docs/RecommendBean.md +18 -0
  82. data/docs/RecordFilter.md +10 -0
  83. data/docs/RecordsApi.md +286 -0
  84. data/docs/SearchApi.md +646 -0
  85. data/docs/SearchEstimateResult.md +11 -0
  86. data/docs/SearchWord.md +8 -0
  87. data/docs/StatIndexBean.md +14 -0
  88. data/docs/StatsApi.md +245 -0
  89. data/docs/SynonymsBean.md +14 -0
  90. data/docs/TokenBean.md +12 -0
  91. data/docs/TriggerBean.md +13 -0
  92. data/docs/TriggerLogBean.md +15 -0
  93. data/docs/ValueOfField.md +8 -0
  94. data/docs/WidgetBean.md +21 -0
  95. data/docs/WidgetForm.md +13 -0
  96. data/docs/WidgetLogo.md +7 -0
  97. data/docs/WidgetLogoBody.md +7 -0
  98. data/docs/WidgetStatusForm.md +8 -0
  99. data/docs/WidgetsApi.md +573 -0
  100. data/git_push.sh +55 -0
  101. data/indexea_client.gemspec +38 -0
  102. data/lib/indexea_client/api/account_api.rb +846 -0
  103. data/lib/indexea_client/api/apps_api.rb +2271 -0
  104. data/lib/indexea_client/api/fields_api.rb +289 -0
  105. data/lib/indexea_client/api/global_api.rb +326 -0
  106. data/lib/indexea_client/api/indices_api.rb +2076 -0
  107. data/lib/indexea_client/api/message_api.rb +337 -0
  108. data/lib/indexea_client/api/payment_api.rb +975 -0
  109. data/lib/indexea_client/api/queries_api.rb +2320 -0
  110. data/lib/indexea_client/api/recommend_api.rb +461 -0
  111. data/lib/indexea_client/api/records_api.rb +375 -0
  112. data/lib/indexea_client/api/search_api.rb +892 -0
  113. data/lib/indexea_client/api/stats_api.rb +312 -0
  114. data/lib/indexea_client/api/widgets_api.rb +741 -0
  115. data/lib/indexea_client/api_client.rb +391 -0
  116. data/lib/indexea_client/api_error.rb +57 -0
  117. data/lib/indexea_client/configuration.rb +205 -0
  118. data/lib/indexea_client/models/account_bean.rb +396 -0
  119. data/lib/indexea_client/models/account_passwd_body.rb +227 -0
  120. data/lib/indexea_client/models/account_portrait_body.rb +206 -0
  121. data/lib/indexea_client/models/account_profile_body.rb +228 -0
  122. data/lib/indexea_client/models/account_resetpwd_body.rb +240 -0
  123. data/lib/indexea_client/models/account_signin_body.rb +237 -0
  124. data/lib/indexea_client/models/account_signup_body.rb +254 -0
  125. data/lib/indexea_client/models/accounts_feedback_body.rb +262 -0
  126. data/lib/indexea_client/models/accounts_message_body.rb +226 -0
  127. data/lib/indexea_client/models/analyze_object.rb +216 -0
  128. data/lib/indexea_client/models/analyze_token.rb +243 -0
  129. data/lib/indexea_client/models/app_bean.rb +360 -0
  130. data/lib/indexea_client/models/app_company_body.rb +357 -0
  131. data/lib/indexea_client/models/app_index_body.rb +212 -0
  132. data/lib/indexea_client/models/app_log_account.rb +224 -0
  133. data/lib/indexea_client/models/app_log_bean.rb +318 -0
  134. data/lib/indexea_client/models/app_logs_bean.rb +229 -0
  135. data/lib/indexea_client/models/app_mentor_bean.rb +277 -0
  136. data/lib/indexea_client/models/app_oauth_body.rb +206 -0
  137. data/lib/indexea_client/models/app_oauth_body_1.rb +212 -0
  138. data/lib/indexea_client/models/app_oauthresetsecret_body.rb +212 -0
  139. data/lib/indexea_client/models/app_tokens_body.rb +212 -0
  140. data/lib/indexea_client/models/app_tokens_body_1.rb +212 -0
  141. data/lib/indexea_client/models/app_widget_body.rb +212 -0
  142. data/lib/indexea_client/models/apps_app_body.rb +216 -0
  143. data/lib/indexea_client/models/apps_body.rb +221 -0
  144. data/lib/indexea_client/models/auto_complete_item.rb +224 -0
  145. data/lib/indexea_client/models/blacklist_bean.rb +258 -0
  146. data/lib/indexea_client/models/bulletin.rb +312 -0
  147. data/lib/indexea_client/models/company_bean.rb +378 -0
  148. data/lib/indexea_client/models/contact_form.rb +258 -0
  149. data/lib/indexea_client/models/crawler_log.rb +270 -0
  150. data/lib/indexea_client/models/crawler_logs.rb +217 -0
  151. data/lib/indexea_client/models/crawler_task.rb +288 -0
  152. data/lib/indexea_client/models/global_option_form.rb +218 -0
  153. data/lib/indexea_client/models/index_bean.rb +390 -0
  154. data/lib/indexea_client/models/index_field_bean.rb +217 -0
  155. data/lib/indexea_client/models/index_form.rb +283 -0
  156. data/lib/indexea_client/models/index_rebuild_form.rb +254 -0
  157. data/lib/indexea_client/models/index_settings.rb +234 -0
  158. data/lib/indexea_client/models/index_settings_body.rb +212 -0
  159. data/lib/indexea_client/models/index_stat_bean.rb +270 -0
  160. data/lib/indexea_client/models/index_synonymsflush_body.rb +212 -0
  161. data/lib/indexea_client/models/index_task.rb +261 -0
  162. data/lib/indexea_client/models/index_template.rb +299 -0
  163. data/lib/indexea_client/models/index_templates.rb +219 -0
  164. data/lib/indexea_client/models/index_upload_body.rb +208 -0
  165. data/lib/indexea_client/models/intelligent_mapping.rb +217 -0
  166. data/lib/indexea_client/models/keyword_binding_bean.rb +274 -0
  167. data/lib/indexea_client/models/mentor_form.rb +220 -0
  168. data/lib/indexea_client/models/message.rb +306 -0
  169. data/lib/indexea_client/models/messages.rb +217 -0
  170. data/lib/indexea_client/models/oauth_app_bean.rb +329 -0
  171. data/lib/indexea_client/models/openid_bean.rb +238 -0
  172. data/lib/indexea_client/models/option_form.rb +287 -0
  173. data/lib/indexea_client/models/orders_ident_body.rb +206 -0
  174. data/lib/indexea_client/models/pay_result.rb +258 -0
  175. data/lib/indexea_client/models/payment_invoice.rb +283 -0
  176. data/lib/indexea_client/models/payment_order.rb +412 -0
  177. data/lib/indexea_client/models/payment_record.rb +261 -0
  178. data/lib/indexea_client/models/payment_service.rb +258 -0
  179. data/lib/indexea_client/models/query_action_bean.rb +391 -0
  180. data/lib/indexea_client/models/query_bean.rb +348 -0
  181. data/lib/indexea_client/models/query_form.rb +285 -0
  182. data/lib/indexea_client/models/query_node.rb +234 -0
  183. data/lib/indexea_client/models/query_sort_field.rb +264 -0
  184. data/lib/indexea_client/models/query_variable_bean.rb +335 -0
  185. data/lib/indexea_client/models/recommend_bean.rb +318 -0
  186. data/lib/indexea_client/models/record_filter.rb +242 -0
  187. data/lib/indexea_client/models/search_estimate_result.rb +242 -0
  188. data/lib/indexea_client/models/search_word.rb +218 -0
  189. data/lib/indexea_client/models/stat_index_bean.rb +270 -0
  190. data/lib/indexea_client/models/synonyms_bean.rb +274 -0
  191. data/lib/indexea_client/models/token_bean.rb +252 -0
  192. data/lib/indexea_client/models/trigger_bean.rb +263 -0
  193. data/lib/indexea_client/models/trigger_log_bean.rb +279 -0
  194. data/lib/indexea_client/models/value_of_field.rb +217 -0
  195. data/lib/indexea_client/models/widget_bean.rb +387 -0
  196. data/lib/indexea_client/models/widget_form.rb +328 -0
  197. data/lib/indexea_client/models/widget_logo.rb +206 -0
  198. data/lib/indexea_client/models/widget_logo_body.rb +206 -0
  199. data/lib/indexea_client/models/widget_status_form.rb +223 -0
  200. data/lib/indexea_client/version.rb +14 -0
  201. data/lib/indexea_client.rb +133 -0
  202. data/spec/api/account_api_spec.rb +200 -0
  203. data/spec/api/apps_api_spec.rb +492 -0
  204. data/spec/api/fields_api_spec.rb +86 -0
  205. data/spec/api/global_api_spec.rb +98 -0
  206. data/spec/api/indices_api_spec.rb +434 -0
  207. data/spec/api/message_api_spec.rb +96 -0
  208. data/spec/api/payment_api_spec.rb +227 -0
  209. data/spec/api/queries_api_spec.rb +482 -0
  210. data/spec/api/recommend_api_spec.rb +125 -0
  211. data/spec/api/records_api_spec.rb +107 -0
  212. data/spec/api/search_api_spec.rb +220 -0
  213. data/spec/api/stats_api_spec.rb +99 -0
  214. data/spec/api/widgets_api_spec.rb +174 -0
  215. data/spec/api_client_spec.rb +225 -0
  216. data/spec/base_object_spec.rb +109 -0
  217. data/spec/configuration_spec.rb +41 -0
  218. data/spec/models/account_bean_spec.rb +160 -0
  219. data/spec/models/account_passwd_body_spec.rb +46 -0
  220. data/spec/models/account_portrait_body_spec.rb +40 -0
  221. data/spec/models/account_profile_body_spec.rb +46 -0
  222. data/spec/models/account_resetpwd_body_spec.rb +52 -0
  223. data/spec/models/account_signin_body_spec.rb +52 -0
  224. data/spec/models/account_signup_body_spec.rb +58 -0
  225. data/spec/models/accounts_feedback_body_spec.rb +50 -0
  226. data/spec/models/accounts_message_body_spec.rb +46 -0
  227. data/spec/models/analyze_object_spec.rb +46 -0
  228. data/spec/models/analyze_token_spec.rb +64 -0
  229. data/spec/models/app_bean_spec.rb +136 -0
  230. data/spec/models/app_company_body_spec.rb +130 -0
  231. data/spec/models/app_index_body_spec.rb +40 -0
  232. data/spec/models/app_log_account_spec.rb +52 -0
  233. data/spec/models/app_log_bean_spec.rb +112 -0
  234. data/spec/models/app_logs_bean_spec.rb +52 -0
  235. data/spec/models/app_mentor_bean_spec.rb +82 -0
  236. data/spec/models/app_oauth_body_1_spec.rb +40 -0
  237. data/spec/models/app_oauth_body_spec.rb +40 -0
  238. data/spec/models/app_oauthresetsecret_body_spec.rb +40 -0
  239. data/spec/models/app_tokens_body_1_spec.rb +40 -0
  240. data/spec/models/app_tokens_body_spec.rb +40 -0
  241. data/spec/models/app_widget_body_spec.rb +40 -0
  242. data/spec/models/apps_app_body_spec.rb +46 -0
  243. data/spec/models/apps_body_spec.rb +46 -0
  244. data/spec/models/auto_complete_item_spec.rb +52 -0
  245. data/spec/models/blacklist_bean_spec.rb +70 -0
  246. data/spec/models/bulletin_spec.rb +92 -0
  247. data/spec/models/company_bean_spec.rb +142 -0
  248. data/spec/models/contact_form_spec.rb +64 -0
  249. data/spec/models/crawler_log_spec.rb +82 -0
  250. data/spec/models/crawler_logs_spec.rb +46 -0
  251. data/spec/models/crawler_task_spec.rb +94 -0
  252. data/spec/models/global_option_form_spec.rb +46 -0
  253. data/spec/models/index_bean_spec.rb +154 -0
  254. data/spec/models/index_field_bean_spec.rb +46 -0
  255. data/spec/models/index_form_spec.rb +88 -0
  256. data/spec/models/index_rebuild_form_spec.rb +70 -0
  257. data/spec/models/index_settings_body_spec.rb +40 -0
  258. data/spec/models/index_settings_spec.rb +58 -0
  259. data/spec/models/index_stat_bean_spec.rb +82 -0
  260. data/spec/models/index_synonymsflush_body_spec.rb +40 -0
  261. data/spec/models/index_task_spec.rb +76 -0
  262. data/spec/models/index_template_spec.rb +100 -0
  263. data/spec/models/index_templates_spec.rb +46 -0
  264. data/spec/models/index_upload_body_spec.rb +40 -0
  265. data/spec/models/intelligent_mapping_spec.rb +46 -0
  266. data/spec/models/keyword_binding_bean_spec.rb +82 -0
  267. data/spec/models/mentor_form_spec.rb +46 -0
  268. data/spec/models/message_spec.rb +106 -0
  269. data/spec/models/messages_spec.rb +46 -0
  270. data/spec/models/oauth_app_bean_spec.rb +118 -0
  271. data/spec/models/openid_bean_spec.rb +58 -0
  272. data/spec/models/option_form_spec.rb +62 -0
  273. data/spec/models/orders_ident_body_spec.rb +40 -0
  274. data/spec/models/pay_result_spec.rb +56 -0
  275. data/spec/models/payment_invoice_spec.rb +88 -0
  276. data/spec/models/payment_order_spec.rb +152 -0
  277. data/spec/models/payment_record_spec.rb +76 -0
  278. data/spec/models/payment_service_spec.rb +70 -0
  279. data/spec/models/query_action_bean_spec.rb +160 -0
  280. data/spec/models/query_bean_spec.rb +130 -0
  281. data/spec/models/query_form_spec.rb +88 -0
  282. data/spec/models/query_node_spec.rb +58 -0
  283. data/spec/models/query_sort_field_spec.rb +56 -0
  284. data/spec/models/query_variable_bean_spec.rb +104 -0
  285. data/spec/models/recommend_bean_spec.rb +106 -0
  286. data/spec/models/record_filter_spec.rb +58 -0
  287. data/spec/models/search_estimate_result_spec.rb +64 -0
  288. data/spec/models/search_word_spec.rb +46 -0
  289. data/spec/models/stat_index_bean_spec.rb +82 -0
  290. data/spec/models/synonyms_bean_spec.rb +82 -0
  291. data/spec/models/token_bean_spec.rb +70 -0
  292. data/spec/models/trigger_bean_spec.rb +76 -0
  293. data/spec/models/trigger_log_bean_spec.rb +88 -0
  294. data/spec/models/value_of_field_spec.rb +46 -0
  295. data/spec/models/widget_bean_spec.rb +132 -0
  296. data/spec/models/widget_form_spec.rb +84 -0
  297. data/spec/models/widget_logo_body_spec.rb +40 -0
  298. data/spec/models/widget_logo_spec.rb +40 -0
  299. data/spec/models/widget_status_form_spec.rb +46 -0
  300. data/spec/spec_helper.rb +110 -0
  301. metadata +501 -0
data/docs/StatsApi.md ADDED
@@ -0,0 +1,245 @@
1
+ # IndexeaClient::StatsApi
2
+
3
+ All URIs are relative to *https://api.indexea.com/v1*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**stats_recomms**](StatsApi.md#stats_recomms) | **GET** /stats/{app}/recomms | 获取推荐日志的汇总信息
8
+ [**stats_searchs**](StatsApi.md#stats_searchs) | **GET** /stats/{app}/searchs | 获取搜索日志的汇总信息
9
+ [**stats_top_clicks**](StatsApi.md#stats_top_clicks) | **GET** /stats/{app}/top-clicks | 获取点击排行榜
10
+ [**stats_widgets**](StatsApi.md#stats_widgets) | **GET** /stats/{app}/widgets | 获取模板与组件的统计信息
11
+
12
+ # **stats_recomms**
13
+ > Object stats_recomms(app, opts)
14
+
15
+ 获取推荐日志的汇总信息
16
+
17
+ ### Example
18
+ ```ruby
19
+ # load the gem
20
+ require 'indexea_client'
21
+ # setup authorization
22
+ IndexeaClient.configure do |config|
23
+ end
24
+
25
+ api_instance = IndexeaClient::StatsApi.new
26
+ app = 'app_example' # String | 应用标识
27
+ opts = {
28
+ recomm: 0, # Integer | 统计指定推荐
29
+ start_date: Date.parse('2013-10-20'), # Date | 统计起始日期
30
+ end_date: Date.parse('2013-10-20'), # Date | 统计结束日期
31
+ interval: 'date' # String | 统计间隔 - 日、周、月、季度、年
32
+ }
33
+
34
+ begin
35
+ #获取推荐日志的汇总信息
36
+ result = api_instance.stats_recomms(app, opts)
37
+ p result
38
+ rescue IndexeaClient::ApiError => e
39
+ puts "Exception when calling StatsApi->stats_recomms: #{e}"
40
+ end
41
+ ```
42
+
43
+ ### Parameters
44
+
45
+ Name | Type | Description | Notes
46
+ ------------- | ------------- | ------------- | -------------
47
+ **app** | **String**| 应用标识 |
48
+ **recomm** | **Integer**| 统计指定推荐 | [optional] [default to 0]
49
+ **start_date** | **Date**| 统计起始日期 | [optional]
50
+ **end_date** | **Date**| 统计结束日期 | [optional]
51
+ **interval** | **String**| 统计间隔 - 日、周、月、季度、年 | [optional] [default to date]
52
+
53
+ ### Return type
54
+
55
+ **Object**
56
+
57
+ ### Authorization
58
+
59
+ [TokenAuth](../README.md#TokenAuth)
60
+
61
+ ### HTTP request headers
62
+
63
+ - **Content-Type**: Not defined
64
+ - **Accept**: application/json
65
+
66
+
67
+
68
+ # **stats_searchs**
69
+ > Object stats_searchs(app, opts)
70
+
71
+ 获取搜索日志的汇总信息
72
+
73
+ ### Example
74
+ ```ruby
75
+ # load the gem
76
+ require 'indexea_client'
77
+ # setup authorization
78
+ IndexeaClient.configure do |config|
79
+ end
80
+
81
+ api_instance = IndexeaClient::StatsApi.new
82
+ app = 'app_example' # String | 应用标识
83
+ opts = {
84
+ index: 0, # Integer | 统计指定索引
85
+ query: 0, # Integer | 统计指定查询
86
+ widget: 0, # Integer | 统计指定组件
87
+ start_date: Date.parse('2013-10-20'), # Date | 统计起始日期
88
+ end_date: Date.parse('2013-10-20'), # Date | 统计结束日期
89
+ interval: 'date' # String | 统计间隔 - 日、周、月、季度、年
90
+ }
91
+
92
+ begin
93
+ #获取搜索日志的汇总信息
94
+ result = api_instance.stats_searchs(app, opts)
95
+ p result
96
+ rescue IndexeaClient::ApiError => e
97
+ puts "Exception when calling StatsApi->stats_searchs: #{e}"
98
+ end
99
+ ```
100
+
101
+ ### Parameters
102
+
103
+ Name | Type | Description | Notes
104
+ ------------- | ------------- | ------------- | -------------
105
+ **app** | **String**| 应用标识 |
106
+ **index** | **Integer**| 统计指定索引 | [optional] [default to 0]
107
+ **query** | **Integer**| 统计指定查询 | [optional] [default to 0]
108
+ **widget** | **Integer**| 统计指定组件 | [optional] [default to 0]
109
+ **start_date** | **Date**| 统计起始日期 | [optional]
110
+ **end_date** | **Date**| 统计结束日期 | [optional]
111
+ **interval** | **String**| 统计间隔 - 日、周、月、季度、年 | [optional] [default to date]
112
+
113
+ ### Return type
114
+
115
+ **Object**
116
+
117
+ ### Authorization
118
+
119
+ [TokenAuth](../README.md#TokenAuth)
120
+
121
+ ### HTTP request headers
122
+
123
+ - **Content-Type**: Not defined
124
+ - **Accept**: application/json
125
+
126
+
127
+
128
+ # **stats_top_clicks**
129
+ > Array<Object> stats_top_clicks(app, size, opts)
130
+
131
+ 获取点击排行榜
132
+
133
+ ### Example
134
+ ```ruby
135
+ # load the gem
136
+ require 'indexea_client'
137
+ # setup authorization
138
+ IndexeaClient.configure do |config|
139
+ end
140
+
141
+ api_instance = IndexeaClient::StatsApi.new
142
+ app = 'app_example' # String | 应用标识
143
+ size = 10 # Integer | 排行榜大小
144
+ opts = {
145
+ index: 0, # Integer | 统计指定索引
146
+ query: 0, # Integer | 统计指定查询
147
+ recomm: 0, # Integer | 统计指定推荐组件
148
+ widget: 0, # Integer | 统计指定组件
149
+ start_date: Date.parse('2013-10-20'), # Date | 统计起始日期
150
+ end_date: Date.parse('2013-10-20') # Date | 统计结束日期
151
+ }
152
+
153
+ begin
154
+ #获取点击排行榜
155
+ result = api_instance.stats_top_clicks(app, size, opts)
156
+ p result
157
+ rescue IndexeaClient::ApiError => e
158
+ puts "Exception when calling StatsApi->stats_top_clicks: #{e}"
159
+ end
160
+ ```
161
+
162
+ ### Parameters
163
+
164
+ Name | Type | Description | Notes
165
+ ------------- | ------------- | ------------- | -------------
166
+ **app** | **String**| 应用标识 |
167
+ **size** | **Integer**| 排行榜大小 | [default to 10]
168
+ **index** | **Integer**| 统计指定索引 | [optional] [default to 0]
169
+ **query** | **Integer**| 统计指定查询 | [optional] [default to 0]
170
+ **recomm** | **Integer**| 统计指定推荐组件 | [optional] [default to 0]
171
+ **widget** | **Integer**| 统计指定组件 | [optional] [default to 0]
172
+ **start_date** | **Date**| 统计起始日期 | [optional]
173
+ **end_date** | **Date**| 统计结束日期 | [optional]
174
+
175
+ ### Return type
176
+
177
+ **Array<Object>**
178
+
179
+ ### Authorization
180
+
181
+ [TokenAuth](../README.md#TokenAuth)
182
+
183
+ ### HTTP request headers
184
+
185
+ - **Content-Type**: Not defined
186
+ - **Accept**: application/json
187
+
188
+
189
+
190
+ # **stats_widgets**
191
+ > Object stats_widgets(app, opts)
192
+
193
+ 获取模板与组件的统计信息
194
+
195
+ ### Example
196
+ ```ruby
197
+ # load the gem
198
+ require 'indexea_client'
199
+ # setup authorization
200
+ IndexeaClient.configure do |config|
201
+ end
202
+
203
+ api_instance = IndexeaClient::StatsApi.new
204
+ app = 'app_example' # String | 应用标识
205
+ opts = {
206
+ widget: 0, # Integer | 统计指定模板或组件
207
+ start_date: Date.parse('2013-10-20'), # Date | 统计起始日期
208
+ end_date: Date.parse('2013-10-20'), # Date | 统计结束日期
209
+ interval: 'date' # String | 统计间隔 - 日、周、月、季度、年
210
+ }
211
+
212
+ begin
213
+ #获取模板与组件的统计信息
214
+ result = api_instance.stats_widgets(app, opts)
215
+ p result
216
+ rescue IndexeaClient::ApiError => e
217
+ puts "Exception when calling StatsApi->stats_widgets: #{e}"
218
+ end
219
+ ```
220
+
221
+ ### Parameters
222
+
223
+ Name | Type | Description | Notes
224
+ ------------- | ------------- | ------------- | -------------
225
+ **app** | **String**| 应用标识 |
226
+ **widget** | **Integer**| 统计指定模板或组件 | [optional] [default to 0]
227
+ **start_date** | **Date**| 统计起始日期 | [optional]
228
+ **end_date** | **Date**| 统计结束日期 | [optional]
229
+ **interval** | **String**| 统计间隔 - 日、周、月、季度、年 | [optional] [default to date]
230
+
231
+ ### Return type
232
+
233
+ **Object**
234
+
235
+ ### Authorization
236
+
237
+ [TokenAuth](../README.md#TokenAuth)
238
+
239
+ ### HTTP request headers
240
+
241
+ - **Content-Type**: Not defined
242
+ - **Accept**: application/json
243
+
244
+
245
+
@@ -0,0 +1,14 @@
1
+ # IndexeaClient::SynonymsBean
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **Integer** | | [optional]
7
+ **app** | **Integer** | | [optional]
8
+ **index** | **Integer** | | [optional]
9
+ **type** | **Integer** | | [optional]
10
+ **words** | **Array<String>** | | [optional]
11
+ **synonyms** | **Array<String>** | | [optional]
12
+ **updated_at** | **DateTime** | | [optional]
13
+ **status** | **Integer** | | [optional]
14
+
data/docs/TokenBean.md ADDED
@@ -0,0 +1,12 @@
1
+ # IndexeaClient::TokenBean
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **Integer** | | [optional]
7
+ **name** | **String** | | [optional]
8
+ **token** | **String** | | [optional]
9
+ **scopes** | **Object** | | [optional]
10
+ **created_at** | **DateTime** | | [optional]
11
+ **expired_at** | **DateTime** | | [optional]
12
+
@@ -0,0 +1,13 @@
1
+ # IndexeaClient::TriggerBean
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **app** | **Integer** | | [optional]
7
+ **url** | **String** | | [optional]
8
+ **triggers** | **String** | | [optional]
9
+ **password** | **String** | | [optional]
10
+ **all_triggers** | **Array<String>** | | [optional]
11
+ **enabled** | **BOOLEAN** | | [optional]
12
+ **created_at** | **DateTime** | | [optional]
13
+
@@ -0,0 +1,15 @@
1
+ # IndexeaClient::TriggerLogBean
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **Integer** | | [optional]
7
+ **app** | **Integer** | | [optional]
8
+ **log** | **Integer** | | [optional]
9
+ **url** | **String** | | [optional]
10
+ **body** | **String** | | [optional]
11
+ **resp_code** | **Integer** | | [optional]
12
+ **resp_body** | **String** | | [optional]
13
+ **resp_time** | **Integer** | | [optional]
14
+ **created_at** | **DateTime** | | [optional]
15
+
@@ -0,0 +1,8 @@
1
+ # IndexeaClient::ValueOfField
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **key** | **String** | 字段值 | [optional]
7
+ **doc_count** | **Integer** | 记录数 | [optional]
8
+
@@ -0,0 +1,21 @@
1
+ # IndexeaClient::WidgetBean
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **Integer** | | [optional]
7
+ **ident** | **String** | | [optional]
8
+ **account** | **Integer** | | [optional]
9
+ **app** | **Integer** | | [optional]
10
+ **name** | **String** | | [optional]
11
+ **type** | **String** | | [optional] [default to 'web']
12
+ **sub_type** | **String** | | [optional] [default to 'None']
13
+ **intro** | **String** | | [optional]
14
+ **queries** | [**Array<QueryBean>**](QueryBean.md) | | [optional]
15
+ **layout** | **String** | 组件布局 | [optional]
16
+ **settings** | **Object** | 组件设置参数 | [optional]
17
+ **download_url** | **String** | | [optional]
18
+ **created_at** | **DateTime** | | [optional]
19
+ **updated_at** | **DateTime** | | [optional]
20
+ **status** | **Integer** | | [optional]
21
+
@@ -0,0 +1,13 @@
1
+ # IndexeaClient::WidgetForm
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **name** | **String** | |
7
+ **type** | **String** | | [default to 'web']
8
+ **sub_type** | **String** | | [optional] [default to 'None']
9
+ **intro** | **String** | | [optional]
10
+ **queries** | **Array<Integer>** | |
11
+ **layout** | **String** | | [optional]
12
+ **status** | **Integer** | | [optional]
13
+
@@ -0,0 +1,7 @@
1
+ # IndexeaClient::WidgetLogo
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **logo** | **String** | | [optional]
7
+
@@ -0,0 +1,7 @@
1
+ # IndexeaClient::WidgetLogoBody
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **logo** | **String** | | [optional]
7
+
@@ -0,0 +1,8 @@
1
+ # IndexeaClient::WidgetStatusForm
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **status** | **Integer** | |
7
+ **options** | [**Array<OptionForm>**](OptionForm.md) | | [optional]
8
+