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.
- checksums.yaml +7 -0
- data/Gemfile +9 -0
- data/README.md +3413 -0
- data/Rakefile +8 -0
- data/docs/AccountApi.md +685 -0
- data/docs/AccountBean.md +27 -0
- data/docs/AccountPasswdBody.md +8 -0
- data/docs/AccountPortraitBody.md +7 -0
- data/docs/AccountProfileBody.md +8 -0
- data/docs/AccountResetpwdBody.md +9 -0
- data/docs/AccountSigninBody.md +9 -0
- data/docs/AccountSignupBody.md +10 -0
- data/docs/AccountsFeedbackBody.md +8 -0
- data/docs/AccountsMessageBody.md +8 -0
- data/docs/AnalyzeObject.md +8 -0
- data/docs/AnalyzeToken.md +11 -0
- data/docs/AppBean.md +23 -0
- data/docs/AppCompanyBody.md +22 -0
- data/docs/AppIndexBody.md +7 -0
- data/docs/AppLogAccount.md +9 -0
- data/docs/AppLogBean.md +19 -0
- data/docs/AppLogsBean.md +9 -0
- data/docs/AppMentorBean.md +14 -0
- data/docs/AppOauthBody.md +7 -0
- data/docs/AppOauthBody1.md +7 -0
- data/docs/AppOauthresetsecretBody.md +7 -0
- data/docs/AppTokensBody.md +7 -0
- data/docs/AppTokensBody1.md +7 -0
- data/docs/AppWidgetBody.md +7 -0
- data/docs/AppsApi.md +1843 -0
- data/docs/AppsAppBody.md +8 -0
- data/docs/AppsBody.md +8 -0
- data/docs/AutoCompleteItem.md +9 -0
- data/docs/BlacklistBean.md +12 -0
- data/docs/Bulletin.md +15 -0
- data/docs/CompanyBean.md +24 -0
- data/docs/ContactForm.md +11 -0
- data/docs/CrawlerLog.md +14 -0
- data/docs/CrawlerLogs.md +8 -0
- data/docs/CrawlerTask.md +16 -0
- data/docs/FieldsApi.md +215 -0
- data/docs/GlobalApi.md +258 -0
- data/docs/GlobalOptionForm.md +8 -0
- data/docs/IndexBean.md +26 -0
- data/docs/IndexFieldBean.md +8 -0
- data/docs/IndexForm.md +15 -0
- data/docs/IndexRebuildForm.md +12 -0
- data/docs/IndexSettings.md +10 -0
- data/docs/IndexSettingsBody.md +7 -0
- data/docs/IndexStatBean.md +14 -0
- data/docs/IndexSynonymsflushBody.md +7 -0
- data/docs/IndexTask.md +13 -0
- data/docs/IndexTemplate.md +17 -0
- data/docs/IndexTemplates.md +8 -0
- data/docs/IndexUploadBody.md +7 -0
- data/docs/IndicesApi.md +1620 -0
- data/docs/IntelligentMapping.md +8 -0
- data/docs/KeywordBindingBean.md +14 -0
- data/docs/MentorForm.md +8 -0
- data/docs/Message.md +18 -0
- data/docs/MessageApi.md +262 -0
- data/docs/Messages.md +8 -0
- data/docs/OauthAppBean.md +20 -0
- data/docs/OpenidBean.md +10 -0
- data/docs/OptionForm.md +10 -0
- data/docs/OrdersIdentBody.md +7 -0
- data/docs/PayResult.md +9 -0
- data/docs/PaymentApi.md +788 -0
- data/docs/PaymentInvoice.md +15 -0
- data/docs/PaymentOrder.md +25 -0
- data/docs/PaymentRecord.md +13 -0
- data/docs/PaymentService.md +12 -0
- data/docs/QueriesApi.md +1821 -0
- data/docs/QueryActionBean.md +27 -0
- data/docs/QueryBean.md +22 -0
- data/docs/QueryForm.md +15 -0
- data/docs/QueryNode.md +10 -0
- data/docs/QuerySortField.md +9 -0
- data/docs/QueryVariableBean.md +17 -0
- data/docs/RecommendApi.md +365 -0
- data/docs/RecommendBean.md +18 -0
- data/docs/RecordFilter.md +10 -0
- data/docs/RecordsApi.md +286 -0
- data/docs/SearchApi.md +646 -0
- data/docs/SearchEstimateResult.md +11 -0
- data/docs/SearchWord.md +8 -0
- data/docs/StatIndexBean.md +14 -0
- data/docs/StatsApi.md +245 -0
- data/docs/SynonymsBean.md +14 -0
- data/docs/TokenBean.md +12 -0
- data/docs/TriggerBean.md +13 -0
- data/docs/TriggerLogBean.md +15 -0
- data/docs/ValueOfField.md +8 -0
- data/docs/WidgetBean.md +21 -0
- data/docs/WidgetForm.md +13 -0
- data/docs/WidgetLogo.md +7 -0
- data/docs/WidgetLogoBody.md +7 -0
- data/docs/WidgetStatusForm.md +8 -0
- data/docs/WidgetsApi.md +573 -0
- data/git_push.sh +55 -0
- data/indexea_client.gemspec +38 -0
- data/lib/indexea_client/api/account_api.rb +846 -0
- data/lib/indexea_client/api/apps_api.rb +2271 -0
- data/lib/indexea_client/api/fields_api.rb +289 -0
- data/lib/indexea_client/api/global_api.rb +326 -0
- data/lib/indexea_client/api/indices_api.rb +2076 -0
- data/lib/indexea_client/api/message_api.rb +337 -0
- data/lib/indexea_client/api/payment_api.rb +975 -0
- data/lib/indexea_client/api/queries_api.rb +2320 -0
- data/lib/indexea_client/api/recommend_api.rb +461 -0
- data/lib/indexea_client/api/records_api.rb +375 -0
- data/lib/indexea_client/api/search_api.rb +892 -0
- data/lib/indexea_client/api/stats_api.rb +312 -0
- data/lib/indexea_client/api/widgets_api.rb +741 -0
- data/lib/indexea_client/api_client.rb +391 -0
- data/lib/indexea_client/api_error.rb +57 -0
- data/lib/indexea_client/configuration.rb +205 -0
- data/lib/indexea_client/models/account_bean.rb +396 -0
- data/lib/indexea_client/models/account_passwd_body.rb +227 -0
- data/lib/indexea_client/models/account_portrait_body.rb +206 -0
- data/lib/indexea_client/models/account_profile_body.rb +228 -0
- data/lib/indexea_client/models/account_resetpwd_body.rb +240 -0
- data/lib/indexea_client/models/account_signin_body.rb +237 -0
- data/lib/indexea_client/models/account_signup_body.rb +254 -0
- data/lib/indexea_client/models/accounts_feedback_body.rb +262 -0
- data/lib/indexea_client/models/accounts_message_body.rb +226 -0
- data/lib/indexea_client/models/analyze_object.rb +216 -0
- data/lib/indexea_client/models/analyze_token.rb +243 -0
- data/lib/indexea_client/models/app_bean.rb +360 -0
- data/lib/indexea_client/models/app_company_body.rb +357 -0
- data/lib/indexea_client/models/app_index_body.rb +212 -0
- data/lib/indexea_client/models/app_log_account.rb +224 -0
- data/lib/indexea_client/models/app_log_bean.rb +318 -0
- data/lib/indexea_client/models/app_logs_bean.rb +229 -0
- data/lib/indexea_client/models/app_mentor_bean.rb +277 -0
- data/lib/indexea_client/models/app_oauth_body.rb +206 -0
- data/lib/indexea_client/models/app_oauth_body_1.rb +212 -0
- data/lib/indexea_client/models/app_oauthresetsecret_body.rb +212 -0
- data/lib/indexea_client/models/app_tokens_body.rb +212 -0
- data/lib/indexea_client/models/app_tokens_body_1.rb +212 -0
- data/lib/indexea_client/models/app_widget_body.rb +212 -0
- data/lib/indexea_client/models/apps_app_body.rb +216 -0
- data/lib/indexea_client/models/apps_body.rb +221 -0
- data/lib/indexea_client/models/auto_complete_item.rb +224 -0
- data/lib/indexea_client/models/blacklist_bean.rb +258 -0
- data/lib/indexea_client/models/bulletin.rb +312 -0
- data/lib/indexea_client/models/company_bean.rb +378 -0
- data/lib/indexea_client/models/contact_form.rb +258 -0
- data/lib/indexea_client/models/crawler_log.rb +270 -0
- data/lib/indexea_client/models/crawler_logs.rb +217 -0
- data/lib/indexea_client/models/crawler_task.rb +288 -0
- data/lib/indexea_client/models/global_option_form.rb +218 -0
- data/lib/indexea_client/models/index_bean.rb +390 -0
- data/lib/indexea_client/models/index_field_bean.rb +217 -0
- data/lib/indexea_client/models/index_form.rb +283 -0
- data/lib/indexea_client/models/index_rebuild_form.rb +254 -0
- data/lib/indexea_client/models/index_settings.rb +234 -0
- data/lib/indexea_client/models/index_settings_body.rb +212 -0
- data/lib/indexea_client/models/index_stat_bean.rb +270 -0
- data/lib/indexea_client/models/index_synonymsflush_body.rb +212 -0
- data/lib/indexea_client/models/index_task.rb +261 -0
- data/lib/indexea_client/models/index_template.rb +299 -0
- data/lib/indexea_client/models/index_templates.rb +219 -0
- data/lib/indexea_client/models/index_upload_body.rb +208 -0
- data/lib/indexea_client/models/intelligent_mapping.rb +217 -0
- data/lib/indexea_client/models/keyword_binding_bean.rb +274 -0
- data/lib/indexea_client/models/mentor_form.rb +220 -0
- data/lib/indexea_client/models/message.rb +306 -0
- data/lib/indexea_client/models/messages.rb +217 -0
- data/lib/indexea_client/models/oauth_app_bean.rb +329 -0
- data/lib/indexea_client/models/openid_bean.rb +238 -0
- data/lib/indexea_client/models/option_form.rb +287 -0
- data/lib/indexea_client/models/orders_ident_body.rb +206 -0
- data/lib/indexea_client/models/pay_result.rb +258 -0
- data/lib/indexea_client/models/payment_invoice.rb +283 -0
- data/lib/indexea_client/models/payment_order.rb +412 -0
- data/lib/indexea_client/models/payment_record.rb +261 -0
- data/lib/indexea_client/models/payment_service.rb +258 -0
- data/lib/indexea_client/models/query_action_bean.rb +391 -0
- data/lib/indexea_client/models/query_bean.rb +348 -0
- data/lib/indexea_client/models/query_form.rb +285 -0
- data/lib/indexea_client/models/query_node.rb +234 -0
- data/lib/indexea_client/models/query_sort_field.rb +264 -0
- data/lib/indexea_client/models/query_variable_bean.rb +335 -0
- data/lib/indexea_client/models/recommend_bean.rb +318 -0
- data/lib/indexea_client/models/record_filter.rb +242 -0
- data/lib/indexea_client/models/search_estimate_result.rb +242 -0
- data/lib/indexea_client/models/search_word.rb +218 -0
- data/lib/indexea_client/models/stat_index_bean.rb +270 -0
- data/lib/indexea_client/models/synonyms_bean.rb +274 -0
- data/lib/indexea_client/models/token_bean.rb +252 -0
- data/lib/indexea_client/models/trigger_bean.rb +263 -0
- data/lib/indexea_client/models/trigger_log_bean.rb +279 -0
- data/lib/indexea_client/models/value_of_field.rb +217 -0
- data/lib/indexea_client/models/widget_bean.rb +387 -0
- data/lib/indexea_client/models/widget_form.rb +328 -0
- data/lib/indexea_client/models/widget_logo.rb +206 -0
- data/lib/indexea_client/models/widget_logo_body.rb +206 -0
- data/lib/indexea_client/models/widget_status_form.rb +223 -0
- data/lib/indexea_client/version.rb +14 -0
- data/lib/indexea_client.rb +133 -0
- data/spec/api/account_api_spec.rb +200 -0
- data/spec/api/apps_api_spec.rb +492 -0
- data/spec/api/fields_api_spec.rb +86 -0
- data/spec/api/global_api_spec.rb +98 -0
- data/spec/api/indices_api_spec.rb +434 -0
- data/spec/api/message_api_spec.rb +96 -0
- data/spec/api/payment_api_spec.rb +227 -0
- data/spec/api/queries_api_spec.rb +482 -0
- data/spec/api/recommend_api_spec.rb +125 -0
- data/spec/api/records_api_spec.rb +107 -0
- data/spec/api/search_api_spec.rb +220 -0
- data/spec/api/stats_api_spec.rb +99 -0
- data/spec/api/widgets_api_spec.rb +174 -0
- data/spec/api_client_spec.rb +225 -0
- data/spec/base_object_spec.rb +109 -0
- data/spec/configuration_spec.rb +41 -0
- data/spec/models/account_bean_spec.rb +160 -0
- data/spec/models/account_passwd_body_spec.rb +46 -0
- data/spec/models/account_portrait_body_spec.rb +40 -0
- data/spec/models/account_profile_body_spec.rb +46 -0
- data/spec/models/account_resetpwd_body_spec.rb +52 -0
- data/spec/models/account_signin_body_spec.rb +52 -0
- data/spec/models/account_signup_body_spec.rb +58 -0
- data/spec/models/accounts_feedback_body_spec.rb +50 -0
- data/spec/models/accounts_message_body_spec.rb +46 -0
- data/spec/models/analyze_object_spec.rb +46 -0
- data/spec/models/analyze_token_spec.rb +64 -0
- data/spec/models/app_bean_spec.rb +136 -0
- data/spec/models/app_company_body_spec.rb +130 -0
- data/spec/models/app_index_body_spec.rb +40 -0
- data/spec/models/app_log_account_spec.rb +52 -0
- data/spec/models/app_log_bean_spec.rb +112 -0
- data/spec/models/app_logs_bean_spec.rb +52 -0
- data/spec/models/app_mentor_bean_spec.rb +82 -0
- data/spec/models/app_oauth_body_1_spec.rb +40 -0
- data/spec/models/app_oauth_body_spec.rb +40 -0
- data/spec/models/app_oauthresetsecret_body_spec.rb +40 -0
- data/spec/models/app_tokens_body_1_spec.rb +40 -0
- data/spec/models/app_tokens_body_spec.rb +40 -0
- data/spec/models/app_widget_body_spec.rb +40 -0
- data/spec/models/apps_app_body_spec.rb +46 -0
- data/spec/models/apps_body_spec.rb +46 -0
- data/spec/models/auto_complete_item_spec.rb +52 -0
- data/spec/models/blacklist_bean_spec.rb +70 -0
- data/spec/models/bulletin_spec.rb +92 -0
- data/spec/models/company_bean_spec.rb +142 -0
- data/spec/models/contact_form_spec.rb +64 -0
- data/spec/models/crawler_log_spec.rb +82 -0
- data/spec/models/crawler_logs_spec.rb +46 -0
- data/spec/models/crawler_task_spec.rb +94 -0
- data/spec/models/global_option_form_spec.rb +46 -0
- data/spec/models/index_bean_spec.rb +154 -0
- data/spec/models/index_field_bean_spec.rb +46 -0
- data/spec/models/index_form_spec.rb +88 -0
- data/spec/models/index_rebuild_form_spec.rb +70 -0
- data/spec/models/index_settings_body_spec.rb +40 -0
- data/spec/models/index_settings_spec.rb +58 -0
- data/spec/models/index_stat_bean_spec.rb +82 -0
- data/spec/models/index_synonymsflush_body_spec.rb +40 -0
- data/spec/models/index_task_spec.rb +76 -0
- data/spec/models/index_template_spec.rb +100 -0
- data/spec/models/index_templates_spec.rb +46 -0
- data/spec/models/index_upload_body_spec.rb +40 -0
- data/spec/models/intelligent_mapping_spec.rb +46 -0
- data/spec/models/keyword_binding_bean_spec.rb +82 -0
- data/spec/models/mentor_form_spec.rb +46 -0
- data/spec/models/message_spec.rb +106 -0
- data/spec/models/messages_spec.rb +46 -0
- data/spec/models/oauth_app_bean_spec.rb +118 -0
- data/spec/models/openid_bean_spec.rb +58 -0
- data/spec/models/option_form_spec.rb +62 -0
- data/spec/models/orders_ident_body_spec.rb +40 -0
- data/spec/models/pay_result_spec.rb +56 -0
- data/spec/models/payment_invoice_spec.rb +88 -0
- data/spec/models/payment_order_spec.rb +152 -0
- data/spec/models/payment_record_spec.rb +76 -0
- data/spec/models/payment_service_spec.rb +70 -0
- data/spec/models/query_action_bean_spec.rb +160 -0
- data/spec/models/query_bean_spec.rb +130 -0
- data/spec/models/query_form_spec.rb +88 -0
- data/spec/models/query_node_spec.rb +58 -0
- data/spec/models/query_sort_field_spec.rb +56 -0
- data/spec/models/query_variable_bean_spec.rb +104 -0
- data/spec/models/recommend_bean_spec.rb +106 -0
- data/spec/models/record_filter_spec.rb +58 -0
- data/spec/models/search_estimate_result_spec.rb +64 -0
- data/spec/models/search_word_spec.rb +46 -0
- data/spec/models/stat_index_bean_spec.rb +82 -0
- data/spec/models/synonyms_bean_spec.rb +82 -0
- data/spec/models/token_bean_spec.rb +70 -0
- data/spec/models/trigger_bean_spec.rb +76 -0
- data/spec/models/trigger_log_bean_spec.rb +88 -0
- data/spec/models/value_of_field_spec.rb +46 -0
- data/spec/models/widget_bean_spec.rb +132 -0
- data/spec/models/widget_form_spec.rb +84 -0
- data/spec/models/widget_logo_body_spec.rb +40 -0
- data/spec/models/widget_logo_spec.rb +40 -0
- data/spec/models/widget_status_form_spec.rb +46 -0
- data/spec/spec_helper.rb +110 -0
- metadata +501 -0
data/spec/spec_helper.rb
ADDED
@@ -0,0 +1,110 @@
|
|
1
|
+
=begin
|
2
|
+
#Indexea OpenAPI
|
3
|
+
|
4
|
+
#OpenAPI of Indexea
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0.0
|
7
|
+
Contact: indexea.com@gmail.com
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 3.0.54
|
10
|
+
=end
|
11
|
+
|
12
|
+
# load the gem
|
13
|
+
require 'indexea_client'
|
14
|
+
|
15
|
+
# The following was generated by the `rspec --init` command. Conventionally, all
|
16
|
+
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
|
17
|
+
# The generated `.rspec` file contains `--require spec_helper` which will cause
|
18
|
+
# this file to always be loaded, without a need to explicitly require it in any
|
19
|
+
# files.
|
20
|
+
#
|
21
|
+
# Given that it is always loaded, you are encouraged to keep this file as
|
22
|
+
# light-weight as possible. Requiring heavyweight dependencies from this file
|
23
|
+
# will add to the boot time of your test suite on EVERY test run, even for an
|
24
|
+
# individual file that may not need all of that loaded. Instead, consider making
|
25
|
+
# a separate helper file that requires the additional dependencies and performs
|
26
|
+
# the additional setup, and require it from the spec files that actually need
|
27
|
+
# it.
|
28
|
+
#
|
29
|
+
# The `.rspec` file also contains a few flags that are not defaults but that
|
30
|
+
# users commonly want.
|
31
|
+
#
|
32
|
+
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
|
33
|
+
RSpec.configure do |config|
|
34
|
+
# rspec-expectations config goes here. You can use an alternate
|
35
|
+
# assertion/expectation library such as wrong or the stdlib/minitest
|
36
|
+
# assertions if you prefer.
|
37
|
+
config.expect_with :rspec do |expectations|
|
38
|
+
# This option will default to `true` in RSpec 4. It makes the `description`
|
39
|
+
# and `failure_message` of custom matchers include text for helper methods
|
40
|
+
# defined using `chain`, e.g.:
|
41
|
+
# be_bigger_than(2).and_smaller_than(4).description
|
42
|
+
# # => "be bigger than 2 and smaller than 4"
|
43
|
+
# ...rather than:
|
44
|
+
# # => "be bigger than 2"
|
45
|
+
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
|
46
|
+
end
|
47
|
+
|
48
|
+
# rspec-mocks config goes here. You can use an alternate test double
|
49
|
+
# library (such as bogus or mocha) by changing the `mock_with` option here.
|
50
|
+
config.mock_with :rspec do |mocks|
|
51
|
+
# Prevents you from mocking or stubbing a method that does not exist on
|
52
|
+
# a real object. This is generally recommended, and will default to
|
53
|
+
# `true` in RSpec 4.
|
54
|
+
mocks.verify_partial_doubles = true
|
55
|
+
end
|
56
|
+
|
57
|
+
# The settings below are suggested to provide a good initial experience
|
58
|
+
# with RSpec, but feel free to customize to your heart's content.
|
59
|
+
=begin
|
60
|
+
# These two settings work together to allow you to limit a spec run
|
61
|
+
# to individual examples or groups you care about by tagging them with
|
62
|
+
# `:focus` metadata. When nothing is tagged with `:focus`, all examples
|
63
|
+
# get run.
|
64
|
+
config.filter_run :focus
|
65
|
+
config.run_all_when_everything_filtered = true
|
66
|
+
|
67
|
+
# Allows RSpec to persist some state between runs in order to support
|
68
|
+
# the `--only-failures` and `--next-failure` CLI options. We recommend
|
69
|
+
# you configure your source control system to ignore this file.
|
70
|
+
config.example_status_persistence_file_path = "spec/examples.txt"
|
71
|
+
|
72
|
+
# Limits the available syntax to the non-monkey patched syntax that is
|
73
|
+
# recommended. For more details, see:
|
74
|
+
# - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
|
75
|
+
# - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
|
76
|
+
# - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
|
77
|
+
config.disable_monkey_patching!
|
78
|
+
|
79
|
+
# This setting enables warnings. It's recommended, but in some cases may
|
80
|
+
# be too noisy due to issues in dependencies.
|
81
|
+
config.warnings = true
|
82
|
+
|
83
|
+
# Many RSpec users commonly either run the entire suite or an individual
|
84
|
+
# file, and it's useful to allow more verbose output when running an
|
85
|
+
# individual spec file.
|
86
|
+
if config.files_to_run.one?
|
87
|
+
# Use the documentation formatter for detailed output,
|
88
|
+
# unless a formatter has already been configured
|
89
|
+
# (e.g. via a command-line flag).
|
90
|
+
config.default_formatter = 'doc'
|
91
|
+
end
|
92
|
+
|
93
|
+
# Print the 10 slowest examples and example groups at the
|
94
|
+
# end of the spec run, to help surface which specs are running
|
95
|
+
# particularly slow.
|
96
|
+
config.profile_examples = 10
|
97
|
+
|
98
|
+
# Run specs in random order to surface order dependencies. If you find an
|
99
|
+
# order dependency and want to debug it, you can fix the order by providing
|
100
|
+
# the seed, which is printed after each run.
|
101
|
+
# --seed 1234
|
102
|
+
config.order = :random
|
103
|
+
|
104
|
+
# Seed global randomization in this process using the `--seed` CLI option.
|
105
|
+
# Setting this allows you to use `--seed` to deterministically reproduce
|
106
|
+
# test failures related to randomization by passing the same `--seed` value
|
107
|
+
# as the one that triggered the failure.
|
108
|
+
Kernel.srand config.seed
|
109
|
+
=end
|
110
|
+
end
|
metadata
ADDED
@@ -0,0 +1,501 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: indexea_client
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.9
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Swagger-Codegen
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-04-16 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: typhoeus
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.0'
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 1.0.1
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - "~>"
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '1.0'
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 1.0.1
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: json
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: 2.1.0
|
40
|
+
- - "~>"
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '2.1'
|
43
|
+
type: :runtime
|
44
|
+
prerelease: false
|
45
|
+
version_requirements: !ruby/object:Gem::Requirement
|
46
|
+
requirements:
|
47
|
+
- - ">="
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: 2.1.0
|
50
|
+
- - "~>"
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '2.1'
|
53
|
+
- !ruby/object:Gem::Dependency
|
54
|
+
name: rspec
|
55
|
+
requirement: !ruby/object:Gem::Requirement
|
56
|
+
requirements:
|
57
|
+
- - ">="
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
version: 3.6.0
|
60
|
+
- - "~>"
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '3.6'
|
63
|
+
type: :development
|
64
|
+
prerelease: false
|
65
|
+
version_requirements: !ruby/object:Gem::Requirement
|
66
|
+
requirements:
|
67
|
+
- - ">="
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: 3.6.0
|
70
|
+
- - "~>"
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: '3.6'
|
73
|
+
description: OpenAPI of Indexea
|
74
|
+
email:
|
75
|
+
- indexea.com@gmail.com
|
76
|
+
executables: []
|
77
|
+
extensions: []
|
78
|
+
extra_rdoc_files: []
|
79
|
+
files:
|
80
|
+
- Gemfile
|
81
|
+
- README.md
|
82
|
+
- Rakefile
|
83
|
+
- docs/AccountApi.md
|
84
|
+
- docs/AccountBean.md
|
85
|
+
- docs/AccountPasswdBody.md
|
86
|
+
- docs/AccountPortraitBody.md
|
87
|
+
- docs/AccountProfileBody.md
|
88
|
+
- docs/AccountResetpwdBody.md
|
89
|
+
- docs/AccountSigninBody.md
|
90
|
+
- docs/AccountSignupBody.md
|
91
|
+
- docs/AccountsFeedbackBody.md
|
92
|
+
- docs/AccountsMessageBody.md
|
93
|
+
- docs/AnalyzeObject.md
|
94
|
+
- docs/AnalyzeToken.md
|
95
|
+
- docs/AppBean.md
|
96
|
+
- docs/AppCompanyBody.md
|
97
|
+
- docs/AppIndexBody.md
|
98
|
+
- docs/AppLogAccount.md
|
99
|
+
- docs/AppLogBean.md
|
100
|
+
- docs/AppLogsBean.md
|
101
|
+
- docs/AppMentorBean.md
|
102
|
+
- docs/AppOauthBody.md
|
103
|
+
- docs/AppOauthBody1.md
|
104
|
+
- docs/AppOauthresetsecretBody.md
|
105
|
+
- docs/AppTokensBody.md
|
106
|
+
- docs/AppTokensBody1.md
|
107
|
+
- docs/AppWidgetBody.md
|
108
|
+
- docs/AppsApi.md
|
109
|
+
- docs/AppsAppBody.md
|
110
|
+
- docs/AppsBody.md
|
111
|
+
- docs/AutoCompleteItem.md
|
112
|
+
- docs/BlacklistBean.md
|
113
|
+
- docs/Bulletin.md
|
114
|
+
- docs/CompanyBean.md
|
115
|
+
- docs/ContactForm.md
|
116
|
+
- docs/CrawlerLog.md
|
117
|
+
- docs/CrawlerLogs.md
|
118
|
+
- docs/CrawlerTask.md
|
119
|
+
- docs/FieldsApi.md
|
120
|
+
- docs/GlobalApi.md
|
121
|
+
- docs/GlobalOptionForm.md
|
122
|
+
- docs/IndexBean.md
|
123
|
+
- docs/IndexFieldBean.md
|
124
|
+
- docs/IndexForm.md
|
125
|
+
- docs/IndexRebuildForm.md
|
126
|
+
- docs/IndexSettings.md
|
127
|
+
- docs/IndexSettingsBody.md
|
128
|
+
- docs/IndexStatBean.md
|
129
|
+
- docs/IndexSynonymsflushBody.md
|
130
|
+
- docs/IndexTask.md
|
131
|
+
- docs/IndexTemplate.md
|
132
|
+
- docs/IndexTemplates.md
|
133
|
+
- docs/IndexUploadBody.md
|
134
|
+
- docs/IndicesApi.md
|
135
|
+
- docs/IntelligentMapping.md
|
136
|
+
- docs/KeywordBindingBean.md
|
137
|
+
- docs/MentorForm.md
|
138
|
+
- docs/Message.md
|
139
|
+
- docs/MessageApi.md
|
140
|
+
- docs/Messages.md
|
141
|
+
- docs/OauthAppBean.md
|
142
|
+
- docs/OpenidBean.md
|
143
|
+
- docs/OptionForm.md
|
144
|
+
- docs/OrdersIdentBody.md
|
145
|
+
- docs/PayResult.md
|
146
|
+
- docs/PaymentApi.md
|
147
|
+
- docs/PaymentInvoice.md
|
148
|
+
- docs/PaymentOrder.md
|
149
|
+
- docs/PaymentRecord.md
|
150
|
+
- docs/PaymentService.md
|
151
|
+
- docs/QueriesApi.md
|
152
|
+
- docs/QueryActionBean.md
|
153
|
+
- docs/QueryBean.md
|
154
|
+
- docs/QueryForm.md
|
155
|
+
- docs/QueryNode.md
|
156
|
+
- docs/QuerySortField.md
|
157
|
+
- docs/QueryVariableBean.md
|
158
|
+
- docs/RecommendApi.md
|
159
|
+
- docs/RecommendBean.md
|
160
|
+
- docs/RecordFilter.md
|
161
|
+
- docs/RecordsApi.md
|
162
|
+
- docs/SearchApi.md
|
163
|
+
- docs/SearchEstimateResult.md
|
164
|
+
- docs/SearchWord.md
|
165
|
+
- docs/StatIndexBean.md
|
166
|
+
- docs/StatsApi.md
|
167
|
+
- docs/SynonymsBean.md
|
168
|
+
- docs/TokenBean.md
|
169
|
+
- docs/TriggerBean.md
|
170
|
+
- docs/TriggerLogBean.md
|
171
|
+
- docs/ValueOfField.md
|
172
|
+
- docs/WidgetBean.md
|
173
|
+
- docs/WidgetForm.md
|
174
|
+
- docs/WidgetLogo.md
|
175
|
+
- docs/WidgetLogoBody.md
|
176
|
+
- docs/WidgetStatusForm.md
|
177
|
+
- docs/WidgetsApi.md
|
178
|
+
- git_push.sh
|
179
|
+
- indexea_client.gemspec
|
180
|
+
- lib/indexea_client.rb
|
181
|
+
- lib/indexea_client/api/account_api.rb
|
182
|
+
- lib/indexea_client/api/apps_api.rb
|
183
|
+
- lib/indexea_client/api/fields_api.rb
|
184
|
+
- lib/indexea_client/api/global_api.rb
|
185
|
+
- lib/indexea_client/api/indices_api.rb
|
186
|
+
- lib/indexea_client/api/message_api.rb
|
187
|
+
- lib/indexea_client/api/payment_api.rb
|
188
|
+
- lib/indexea_client/api/queries_api.rb
|
189
|
+
- lib/indexea_client/api/recommend_api.rb
|
190
|
+
- lib/indexea_client/api/records_api.rb
|
191
|
+
- lib/indexea_client/api/search_api.rb
|
192
|
+
- lib/indexea_client/api/stats_api.rb
|
193
|
+
- lib/indexea_client/api/widgets_api.rb
|
194
|
+
- lib/indexea_client/api_client.rb
|
195
|
+
- lib/indexea_client/api_error.rb
|
196
|
+
- lib/indexea_client/configuration.rb
|
197
|
+
- lib/indexea_client/models/account_bean.rb
|
198
|
+
- lib/indexea_client/models/account_passwd_body.rb
|
199
|
+
- lib/indexea_client/models/account_portrait_body.rb
|
200
|
+
- lib/indexea_client/models/account_profile_body.rb
|
201
|
+
- lib/indexea_client/models/account_resetpwd_body.rb
|
202
|
+
- lib/indexea_client/models/account_signin_body.rb
|
203
|
+
- lib/indexea_client/models/account_signup_body.rb
|
204
|
+
- lib/indexea_client/models/accounts_feedback_body.rb
|
205
|
+
- lib/indexea_client/models/accounts_message_body.rb
|
206
|
+
- lib/indexea_client/models/analyze_object.rb
|
207
|
+
- lib/indexea_client/models/analyze_token.rb
|
208
|
+
- lib/indexea_client/models/app_bean.rb
|
209
|
+
- lib/indexea_client/models/app_company_body.rb
|
210
|
+
- lib/indexea_client/models/app_index_body.rb
|
211
|
+
- lib/indexea_client/models/app_log_account.rb
|
212
|
+
- lib/indexea_client/models/app_log_bean.rb
|
213
|
+
- lib/indexea_client/models/app_logs_bean.rb
|
214
|
+
- lib/indexea_client/models/app_mentor_bean.rb
|
215
|
+
- lib/indexea_client/models/app_oauth_body.rb
|
216
|
+
- lib/indexea_client/models/app_oauth_body_1.rb
|
217
|
+
- lib/indexea_client/models/app_oauthresetsecret_body.rb
|
218
|
+
- lib/indexea_client/models/app_tokens_body.rb
|
219
|
+
- lib/indexea_client/models/app_tokens_body_1.rb
|
220
|
+
- lib/indexea_client/models/app_widget_body.rb
|
221
|
+
- lib/indexea_client/models/apps_app_body.rb
|
222
|
+
- lib/indexea_client/models/apps_body.rb
|
223
|
+
- lib/indexea_client/models/auto_complete_item.rb
|
224
|
+
- lib/indexea_client/models/blacklist_bean.rb
|
225
|
+
- lib/indexea_client/models/bulletin.rb
|
226
|
+
- lib/indexea_client/models/company_bean.rb
|
227
|
+
- lib/indexea_client/models/contact_form.rb
|
228
|
+
- lib/indexea_client/models/crawler_log.rb
|
229
|
+
- lib/indexea_client/models/crawler_logs.rb
|
230
|
+
- lib/indexea_client/models/crawler_task.rb
|
231
|
+
- lib/indexea_client/models/global_option_form.rb
|
232
|
+
- lib/indexea_client/models/index_bean.rb
|
233
|
+
- lib/indexea_client/models/index_field_bean.rb
|
234
|
+
- lib/indexea_client/models/index_form.rb
|
235
|
+
- lib/indexea_client/models/index_rebuild_form.rb
|
236
|
+
- lib/indexea_client/models/index_settings.rb
|
237
|
+
- lib/indexea_client/models/index_settings_body.rb
|
238
|
+
- lib/indexea_client/models/index_stat_bean.rb
|
239
|
+
- lib/indexea_client/models/index_synonymsflush_body.rb
|
240
|
+
- lib/indexea_client/models/index_task.rb
|
241
|
+
- lib/indexea_client/models/index_template.rb
|
242
|
+
- lib/indexea_client/models/index_templates.rb
|
243
|
+
- lib/indexea_client/models/index_upload_body.rb
|
244
|
+
- lib/indexea_client/models/intelligent_mapping.rb
|
245
|
+
- lib/indexea_client/models/keyword_binding_bean.rb
|
246
|
+
- lib/indexea_client/models/mentor_form.rb
|
247
|
+
- lib/indexea_client/models/message.rb
|
248
|
+
- lib/indexea_client/models/messages.rb
|
249
|
+
- lib/indexea_client/models/oauth_app_bean.rb
|
250
|
+
- lib/indexea_client/models/openid_bean.rb
|
251
|
+
- lib/indexea_client/models/option_form.rb
|
252
|
+
- lib/indexea_client/models/orders_ident_body.rb
|
253
|
+
- lib/indexea_client/models/pay_result.rb
|
254
|
+
- lib/indexea_client/models/payment_invoice.rb
|
255
|
+
- lib/indexea_client/models/payment_order.rb
|
256
|
+
- lib/indexea_client/models/payment_record.rb
|
257
|
+
- lib/indexea_client/models/payment_service.rb
|
258
|
+
- lib/indexea_client/models/query_action_bean.rb
|
259
|
+
- lib/indexea_client/models/query_bean.rb
|
260
|
+
- lib/indexea_client/models/query_form.rb
|
261
|
+
- lib/indexea_client/models/query_node.rb
|
262
|
+
- lib/indexea_client/models/query_sort_field.rb
|
263
|
+
- lib/indexea_client/models/query_variable_bean.rb
|
264
|
+
- lib/indexea_client/models/recommend_bean.rb
|
265
|
+
- lib/indexea_client/models/record_filter.rb
|
266
|
+
- lib/indexea_client/models/search_estimate_result.rb
|
267
|
+
- lib/indexea_client/models/search_word.rb
|
268
|
+
- lib/indexea_client/models/stat_index_bean.rb
|
269
|
+
- lib/indexea_client/models/synonyms_bean.rb
|
270
|
+
- lib/indexea_client/models/token_bean.rb
|
271
|
+
- lib/indexea_client/models/trigger_bean.rb
|
272
|
+
- lib/indexea_client/models/trigger_log_bean.rb
|
273
|
+
- lib/indexea_client/models/value_of_field.rb
|
274
|
+
- lib/indexea_client/models/widget_bean.rb
|
275
|
+
- lib/indexea_client/models/widget_form.rb
|
276
|
+
- lib/indexea_client/models/widget_logo.rb
|
277
|
+
- lib/indexea_client/models/widget_logo_body.rb
|
278
|
+
- lib/indexea_client/models/widget_status_form.rb
|
279
|
+
- lib/indexea_client/version.rb
|
280
|
+
- spec/api/account_api_spec.rb
|
281
|
+
- spec/api/apps_api_spec.rb
|
282
|
+
- spec/api/fields_api_spec.rb
|
283
|
+
- spec/api/global_api_spec.rb
|
284
|
+
- spec/api/indices_api_spec.rb
|
285
|
+
- spec/api/message_api_spec.rb
|
286
|
+
- spec/api/payment_api_spec.rb
|
287
|
+
- spec/api/queries_api_spec.rb
|
288
|
+
- spec/api/recommend_api_spec.rb
|
289
|
+
- spec/api/records_api_spec.rb
|
290
|
+
- spec/api/search_api_spec.rb
|
291
|
+
- spec/api/stats_api_spec.rb
|
292
|
+
- spec/api/widgets_api_spec.rb
|
293
|
+
- spec/api_client_spec.rb
|
294
|
+
- spec/base_object_spec.rb
|
295
|
+
- spec/configuration_spec.rb
|
296
|
+
- spec/models/account_bean_spec.rb
|
297
|
+
- spec/models/account_passwd_body_spec.rb
|
298
|
+
- spec/models/account_portrait_body_spec.rb
|
299
|
+
- spec/models/account_profile_body_spec.rb
|
300
|
+
- spec/models/account_resetpwd_body_spec.rb
|
301
|
+
- spec/models/account_signin_body_spec.rb
|
302
|
+
- spec/models/account_signup_body_spec.rb
|
303
|
+
- spec/models/accounts_feedback_body_spec.rb
|
304
|
+
- spec/models/accounts_message_body_spec.rb
|
305
|
+
- spec/models/analyze_object_spec.rb
|
306
|
+
- spec/models/analyze_token_spec.rb
|
307
|
+
- spec/models/app_bean_spec.rb
|
308
|
+
- spec/models/app_company_body_spec.rb
|
309
|
+
- spec/models/app_index_body_spec.rb
|
310
|
+
- spec/models/app_log_account_spec.rb
|
311
|
+
- spec/models/app_log_bean_spec.rb
|
312
|
+
- spec/models/app_logs_bean_spec.rb
|
313
|
+
- spec/models/app_mentor_bean_spec.rb
|
314
|
+
- spec/models/app_oauth_body_1_spec.rb
|
315
|
+
- spec/models/app_oauth_body_spec.rb
|
316
|
+
- spec/models/app_oauthresetsecret_body_spec.rb
|
317
|
+
- spec/models/app_tokens_body_1_spec.rb
|
318
|
+
- spec/models/app_tokens_body_spec.rb
|
319
|
+
- spec/models/app_widget_body_spec.rb
|
320
|
+
- spec/models/apps_app_body_spec.rb
|
321
|
+
- spec/models/apps_body_spec.rb
|
322
|
+
- spec/models/auto_complete_item_spec.rb
|
323
|
+
- spec/models/blacklist_bean_spec.rb
|
324
|
+
- spec/models/bulletin_spec.rb
|
325
|
+
- spec/models/company_bean_spec.rb
|
326
|
+
- spec/models/contact_form_spec.rb
|
327
|
+
- spec/models/crawler_log_spec.rb
|
328
|
+
- spec/models/crawler_logs_spec.rb
|
329
|
+
- spec/models/crawler_task_spec.rb
|
330
|
+
- spec/models/global_option_form_spec.rb
|
331
|
+
- spec/models/index_bean_spec.rb
|
332
|
+
- spec/models/index_field_bean_spec.rb
|
333
|
+
- spec/models/index_form_spec.rb
|
334
|
+
- spec/models/index_rebuild_form_spec.rb
|
335
|
+
- spec/models/index_settings_body_spec.rb
|
336
|
+
- spec/models/index_settings_spec.rb
|
337
|
+
- spec/models/index_stat_bean_spec.rb
|
338
|
+
- spec/models/index_synonymsflush_body_spec.rb
|
339
|
+
- spec/models/index_task_spec.rb
|
340
|
+
- spec/models/index_template_spec.rb
|
341
|
+
- spec/models/index_templates_spec.rb
|
342
|
+
- spec/models/index_upload_body_spec.rb
|
343
|
+
- spec/models/intelligent_mapping_spec.rb
|
344
|
+
- spec/models/keyword_binding_bean_spec.rb
|
345
|
+
- spec/models/mentor_form_spec.rb
|
346
|
+
- spec/models/message_spec.rb
|
347
|
+
- spec/models/messages_spec.rb
|
348
|
+
- spec/models/oauth_app_bean_spec.rb
|
349
|
+
- spec/models/openid_bean_spec.rb
|
350
|
+
- spec/models/option_form_spec.rb
|
351
|
+
- spec/models/orders_ident_body_spec.rb
|
352
|
+
- spec/models/pay_result_spec.rb
|
353
|
+
- spec/models/payment_invoice_spec.rb
|
354
|
+
- spec/models/payment_order_spec.rb
|
355
|
+
- spec/models/payment_record_spec.rb
|
356
|
+
- spec/models/payment_service_spec.rb
|
357
|
+
- spec/models/query_action_bean_spec.rb
|
358
|
+
- spec/models/query_bean_spec.rb
|
359
|
+
- spec/models/query_form_spec.rb
|
360
|
+
- spec/models/query_node_spec.rb
|
361
|
+
- spec/models/query_sort_field_spec.rb
|
362
|
+
- spec/models/query_variable_bean_spec.rb
|
363
|
+
- spec/models/recommend_bean_spec.rb
|
364
|
+
- spec/models/record_filter_spec.rb
|
365
|
+
- spec/models/search_estimate_result_spec.rb
|
366
|
+
- spec/models/search_word_spec.rb
|
367
|
+
- spec/models/stat_index_bean_spec.rb
|
368
|
+
- spec/models/synonyms_bean_spec.rb
|
369
|
+
- spec/models/token_bean_spec.rb
|
370
|
+
- spec/models/trigger_bean_spec.rb
|
371
|
+
- spec/models/trigger_log_bean_spec.rb
|
372
|
+
- spec/models/value_of_field_spec.rb
|
373
|
+
- spec/models/widget_bean_spec.rb
|
374
|
+
- spec/models/widget_form_spec.rb
|
375
|
+
- spec/models/widget_logo_body_spec.rb
|
376
|
+
- spec/models/widget_logo_spec.rb
|
377
|
+
- spec/models/widget_status_form_spec.rb
|
378
|
+
- spec/spec_helper.rb
|
379
|
+
homepage: https://github.com/swagger-api/swagger-codegen
|
380
|
+
licenses:
|
381
|
+
- Unlicense
|
382
|
+
metadata: {}
|
383
|
+
post_install_message:
|
384
|
+
rdoc_options: []
|
385
|
+
require_paths:
|
386
|
+
- lib
|
387
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
388
|
+
requirements:
|
389
|
+
- - ">="
|
390
|
+
- !ruby/object:Gem::Version
|
391
|
+
version: '1.9'
|
392
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
393
|
+
requirements:
|
394
|
+
- - ">="
|
395
|
+
- !ruby/object:Gem::Version
|
396
|
+
version: '0'
|
397
|
+
requirements: []
|
398
|
+
rubygems_version: 3.0.3.1
|
399
|
+
signing_key:
|
400
|
+
specification_version: 4
|
401
|
+
summary: Indexea OpenAPI Ruby Gem
|
402
|
+
test_files:
|
403
|
+
- spec/api/queries_api_spec.rb
|
404
|
+
- spec/api/apps_api_spec.rb
|
405
|
+
- spec/api/message_api_spec.rb
|
406
|
+
- spec/api/recommend_api_spec.rb
|
407
|
+
- spec/api/widgets_api_spec.rb
|
408
|
+
- spec/api/account_api_spec.rb
|
409
|
+
- spec/api/records_api_spec.rb
|
410
|
+
- spec/api/search_api_spec.rb
|
411
|
+
- spec/api/global_api_spec.rb
|
412
|
+
- spec/api/indices_api_spec.rb
|
413
|
+
- spec/api/fields_api_spec.rb
|
414
|
+
- spec/api/stats_api_spec.rb
|
415
|
+
- spec/api/payment_api_spec.rb
|
416
|
+
- spec/api_client_spec.rb
|
417
|
+
- spec/base_object_spec.rb
|
418
|
+
- spec/configuration_spec.rb
|
419
|
+
- spec/models/app_log_account_spec.rb
|
420
|
+
- spec/models/index_field_bean_spec.rb
|
421
|
+
- spec/models/keyword_binding_bean_spec.rb
|
422
|
+
- spec/models/app_mentor_bean_spec.rb
|
423
|
+
- spec/models/token_bean_spec.rb
|
424
|
+
- spec/models/oauth_app_bean_spec.rb
|
425
|
+
- spec/models/app_index_body_spec.rb
|
426
|
+
- spec/models/account_passwd_body_spec.rb
|
427
|
+
- spec/models/index_templates_spec.rb
|
428
|
+
- spec/models/apps_body_spec.rb
|
429
|
+
- spec/models/message_spec.rb
|
430
|
+
- spec/models/index_bean_spec.rb
|
431
|
+
- spec/models/record_filter_spec.rb
|
432
|
+
- spec/models/query_sort_field_spec.rb
|
433
|
+
- spec/models/index_synonymsflush_body_spec.rb
|
434
|
+
- spec/models/app_tokens_body_spec.rb
|
435
|
+
- spec/models/apps_app_body_spec.rb
|
436
|
+
- spec/models/crawler_logs_spec.rb
|
437
|
+
- spec/models/account_portrait_body_spec.rb
|
438
|
+
- spec/models/app_log_bean_spec.rb
|
439
|
+
- spec/models/auto_complete_item_spec.rb
|
440
|
+
- spec/models/index_rebuild_form_spec.rb
|
441
|
+
- spec/models/company_bean_spec.rb
|
442
|
+
- spec/models/crawler_log_spec.rb
|
443
|
+
- spec/models/app_oauthresetsecret_body_spec.rb
|
444
|
+
- spec/models/query_variable_bean_spec.rb
|
445
|
+
- spec/models/query_action_bean_spec.rb
|
446
|
+
- spec/models/intelligent_mapping_spec.rb
|
447
|
+
- spec/models/query_node_spec.rb
|
448
|
+
- spec/models/synonyms_bean_spec.rb
|
449
|
+
- spec/models/account_signin_body_spec.rb
|
450
|
+
- spec/models/widget_logo_spec.rb
|
451
|
+
- spec/models/query_form_spec.rb
|
452
|
+
- spec/models/trigger_bean_spec.rb
|
453
|
+
- spec/models/app_tokens_body_1_spec.rb
|
454
|
+
- spec/models/payment_order_spec.rb
|
455
|
+
- spec/models/account_profile_body_spec.rb
|
456
|
+
- spec/models/blacklist_bean_spec.rb
|
457
|
+
- spec/models/account_bean_spec.rb
|
458
|
+
- spec/models/widget_bean_spec.rb
|
459
|
+
- spec/models/search_word_spec.rb
|
460
|
+
- spec/models/analyze_object_spec.rb
|
461
|
+
- spec/models/search_estimate_result_spec.rb
|
462
|
+
- spec/models/analyze_token_spec.rb
|
463
|
+
- spec/models/trigger_log_bean_spec.rb
|
464
|
+
- spec/models/app_company_body_spec.rb
|
465
|
+
- spec/models/app_widget_body_spec.rb
|
466
|
+
- spec/models/index_form_spec.rb
|
467
|
+
- spec/models/payment_invoice_spec.rb
|
468
|
+
- spec/models/widget_status_form_spec.rb
|
469
|
+
- spec/models/index_task_spec.rb
|
470
|
+
- spec/models/index_settings_spec.rb
|
471
|
+
- spec/models/bulletin_spec.rb
|
472
|
+
- spec/models/widget_form_spec.rb
|
473
|
+
- spec/models/global_option_form_spec.rb
|
474
|
+
- spec/models/index_stat_bean_spec.rb
|
475
|
+
- spec/models/option_form_spec.rb
|
476
|
+
- spec/models/accounts_feedback_body_spec.rb
|
477
|
+
- spec/models/index_settings_body_spec.rb
|
478
|
+
- spec/models/orders_ident_body_spec.rb
|
479
|
+
- spec/models/app_oauth_body_spec.rb
|
480
|
+
- spec/models/index_template_spec.rb
|
481
|
+
- spec/models/openid_bean_spec.rb
|
482
|
+
- spec/models/stat_index_bean_spec.rb
|
483
|
+
- spec/models/account_resetpwd_body_spec.rb
|
484
|
+
- spec/models/messages_spec.rb
|
485
|
+
- spec/models/accounts_message_body_spec.rb
|
486
|
+
- spec/models/value_of_field_spec.rb
|
487
|
+
- spec/models/app_oauth_body_1_spec.rb
|
488
|
+
- spec/models/account_signup_body_spec.rb
|
489
|
+
- spec/models/recommend_bean_spec.rb
|
490
|
+
- spec/models/contact_form_spec.rb
|
491
|
+
- spec/models/crawler_task_spec.rb
|
492
|
+
- spec/models/app_bean_spec.rb
|
493
|
+
- spec/models/payment_service_spec.rb
|
494
|
+
- spec/models/app_logs_bean_spec.rb
|
495
|
+
- spec/models/mentor_form_spec.rb
|
496
|
+
- spec/models/payment_record_spec.rb
|
497
|
+
- spec/models/pay_result_spec.rb
|
498
|
+
- spec/models/query_bean_spec.rb
|
499
|
+
- spec/models/index_upload_body_spec.rb
|
500
|
+
- spec/models/widget_logo_body_spec.rb
|
501
|
+
- spec/spec_helper.rb
|