trieve_ruby_client 0.3.4 → 0.3.5
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 +4 -4
- data/README.md +5 -12
- data/docs/AuthApi.md +1 -6
- data/docs/ChunkApi.md +12 -72
- data/docs/ChunkGroupApi.md +15 -90
- data/docs/DatasetApi.md +6 -36
- data/docs/EventsApi.md +1 -6
- data/docs/FileApi.md +4 -24
- data/docs/InvitationApi.md +1 -6
- data/docs/MessageApi.md +4 -24
- data/docs/OrganizationApi.md +6 -36
- data/docs/StripeApi.md +2 -12
- data/docs/TopicApi.md +4 -24
- data/docs/UserApi.md +3 -18
- data/lib/trieve_ruby_client/api/auth_api.rb +2 -2
- data/lib/trieve_ruby_client/api/chunk_api.rb +13 -13
- data/lib/trieve_ruby_client/api/chunk_group_api.rb +16 -16
- data/lib/trieve_ruby_client/api/dataset_api.rb +7 -7
- data/lib/trieve_ruby_client/api/events_api.rb +2 -2
- data/lib/trieve_ruby_client/api/file_api.rb +5 -5
- data/lib/trieve_ruby_client/api/health_api.rb +1 -1
- data/lib/trieve_ruby_client/api/invitation_api.rb +2 -2
- data/lib/trieve_ruby_client/api/message_api.rb +5 -5
- data/lib/trieve_ruby_client/api/organization_api.rb +7 -7
- data/lib/trieve_ruby_client/api/stripe_api.rb +3 -3
- data/lib/trieve_ruby_client/api/topic_api.rb +5 -5
- data/lib/trieve_ruby_client/api/user_api.rb +4 -4
- data/lib/trieve_ruby_client/api_client.rb +1 -1
- data/lib/trieve_ruby_client/api_error.rb +1 -1
- data/lib/trieve_ruby_client/configuration.rb +1 -8
- data/lib/trieve_ruby_client/models/add_chunk_to_group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/api_key_dto.rb +1 -1
- data/lib/trieve_ruby_client/models/bookmark_data.rb +1 -1
- data/lib/trieve_ruby_client/models/bookmark_group_result.rb +1 -1
- data/lib/trieve_ruby_client/models/chat_message_proxy.rb +1 -1
- data/lib/trieve_ruby_client/models/chunk_filter.rb +1 -1
- data/lib/trieve_ruby_client/models/chunk_group.rb +1 -1
- data/lib/trieve_ruby_client/models/chunk_group_and_file.rb +1 -1
- data/lib/trieve_ruby_client/models/chunk_metadata.rb +1 -1
- data/lib/trieve_ruby_client/models/chunk_metadata_with_file_data.rb +1 -1
- data/lib/trieve_ruby_client/models/client_dataset_configuration.rb +1 -1
- data/lib/trieve_ruby_client/models/create_chunk_data.rb +1 -1
- data/lib/trieve_ruby_client/models/create_chunk_group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/create_dataset_request.rb +1 -1
- data/lib/trieve_ruby_client/models/create_message_data.rb +1 -1
- data/lib/trieve_ruby_client/models/create_organization_data.rb +1 -1
- data/lib/trieve_ruby_client/models/create_topic_data.rb +1 -1
- data/lib/trieve_ruby_client/models/dataset.rb +1 -1
- data/lib/trieve_ruby_client/models/dataset_and_usage.rb +1 -1
- data/lib/trieve_ruby_client/models/dataset_dto.rb +1 -1
- data/lib/trieve_ruby_client/models/dataset_usage_count.rb +1 -1
- data/lib/trieve_ruby_client/models/delete_dataset_request.rb +1 -1
- data/lib/trieve_ruby_client/models/delete_topic_data.rb +1 -1
- data/lib/trieve_ruby_client/models/delete_user_api_key_request.rb +1 -1
- data/lib/trieve_ruby_client/models/edit_message_data.rb +1 -1
- data/lib/trieve_ruby_client/models/error_response_body.rb +1 -1
- data/lib/trieve_ruby_client/models/event.rb +1 -1
- data/lib/trieve_ruby_client/models/event_return.rb +1 -1
- data/lib/trieve_ruby_client/models/field_condition.rb +1 -1
- data/lib/trieve_ruby_client/models/file.rb +1 -1
- data/lib/trieve_ruby_client/models/file_dto.rb +1 -1
- data/lib/trieve_ruby_client/models/generate_chunks_request.rb +1 -1
- data/lib/trieve_ruby_client/models/get_groups_for_chunks_data.rb +1 -1
- data/lib/trieve_ruby_client/models/group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/group_score_chunk_dto.rb +1 -1
- data/lib/trieve_ruby_client/models/invitation_data.rb +1 -1
- data/lib/trieve_ruby_client/models/match_condition.rb +1 -1
- data/lib/trieve_ruby_client/models/message.rb +1 -1
- data/lib/trieve_ruby_client/models/organization.rb +1 -1
- data/lib/trieve_ruby_client/models/organization_usage_count.rb +1 -1
- data/lib/trieve_ruby_client/models/range.rb +1 -1
- data/lib/trieve_ruby_client/models/reccomend_group_chunks_request.rb +1 -1
- data/lib/trieve_ruby_client/models/recommend_chunks_request.rb +1 -1
- data/lib/trieve_ruby_client/models/regenerate_message_data.rb +1 -1
- data/lib/trieve_ruby_client/models/return_queued_chunk.rb +1 -1
- data/lib/trieve_ruby_client/models/score_chunk_dto.rb +1 -1
- data/lib/trieve_ruby_client/models/search_chunk_data.rb +1 -1
- data/lib/trieve_ruby_client/models/search_chunk_query_response_body.rb +1 -1
- data/lib/trieve_ruby_client/models/search_groups_result.rb +1 -1
- data/lib/trieve_ruby_client/models/search_over_groups_data.rb +1 -1
- data/lib/trieve_ruby_client/models/search_over_groups_response_body.rb +1 -1
- data/lib/trieve_ruby_client/models/search_within_group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/set_user_api_key_request.rb +1 -1
- data/lib/trieve_ruby_client/models/set_user_api_key_response.rb +1 -1
- data/lib/trieve_ruby_client/models/slim_group.rb +1 -1
- data/lib/trieve_ruby_client/models/slim_user.rb +1 -1
- data/lib/trieve_ruby_client/models/stripe_plan.rb +1 -1
- data/lib/trieve_ruby_client/models/stripe_subscription.rb +1 -1
- data/lib/trieve_ruby_client/models/suggested_queries_request.rb +1 -1
- data/lib/trieve_ruby_client/models/suggested_queries_response.rb +1 -1
- data/lib/trieve_ruby_client/models/topic.rb +1 -1
- data/lib/trieve_ruby_client/models/update_chunk_by_tracking_id_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_chunk_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_chunk_group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_dataset_request.rb +1 -1
- data/lib/trieve_ruby_client/models/update_group_by_tracking_id_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_organization_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_topic_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_user_data.rb +1 -1
- data/lib/trieve_ruby_client/models/upload_file_data.rb +1 -1
- data/lib/trieve_ruby_client/models/upload_file_result.rb +1 -1
- data/lib/trieve_ruby_client/models/user_organization.rb +1 -1
- data/lib/trieve_ruby_client/version.rb +2 -2
- data/lib/trieve_ruby_client.rb +1 -1
- data/openapi-generator.yaml +2 -2
- data/openapi.json +1 -6
- data/spec/spec_helper.rb +1 -1
- data/trieve_ruby_client-0.3.4.gem +0 -0
- data/trieve_ruby_client-0.3.41.gem +0 -0
- data/trieve_ruby_client.gemspec +2 -2
- metadata +5 -2
data/docs/DatasetApi.md
CHANGED
@@ -27,11 +27,6 @@ require 'time'
|
|
27
27
|
require 'trieve_ruby_client'
|
28
28
|
# setup authorization
|
29
29
|
TrieveRubyClient.configure do |config|
|
30
|
-
# Configure API key authorization: Cookie
|
31
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
32
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
33
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
34
|
-
|
35
30
|
# Configure API key authorization: ApiKey
|
36
31
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
37
32
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -82,7 +77,7 @@ end
|
|
82
77
|
|
83
78
|
### Authorization
|
84
79
|
|
85
|
-
[
|
80
|
+
[ApiKey](../README.md#ApiKey)
|
86
81
|
|
87
82
|
### HTTP request headers
|
88
83
|
|
@@ -105,11 +100,6 @@ require 'time'
|
|
105
100
|
require 'trieve_ruby_client'
|
106
101
|
# setup authorization
|
107
102
|
TrieveRubyClient.configure do |config|
|
108
|
-
# Configure API key authorization: Cookie
|
109
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
110
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
111
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
112
|
-
|
113
103
|
# Configure API key authorization: ApiKey
|
114
104
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
115
105
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -159,7 +149,7 @@ nil (empty response body)
|
|
159
149
|
|
160
150
|
### Authorization
|
161
151
|
|
162
|
-
[
|
152
|
+
[ApiKey](../README.md#ApiKey)
|
163
153
|
|
164
154
|
### HTTP request headers
|
165
155
|
|
@@ -182,11 +172,6 @@ require 'time'
|
|
182
172
|
require 'trieve_ruby_client'
|
183
173
|
# setup authorization
|
184
174
|
TrieveRubyClient.configure do |config|
|
185
|
-
# Configure API key authorization: Cookie
|
186
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
187
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
188
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
189
|
-
|
190
175
|
# Configure API key authorization: ApiKey
|
191
176
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
192
177
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -235,7 +220,7 @@ end
|
|
235
220
|
|
236
221
|
### Authorization
|
237
222
|
|
238
|
-
[
|
223
|
+
[ApiKey](../README.md#ApiKey)
|
239
224
|
|
240
225
|
### HTTP request headers
|
241
226
|
|
@@ -258,11 +243,6 @@ require 'time'
|
|
258
243
|
require 'trieve_ruby_client'
|
259
244
|
# setup authorization
|
260
245
|
TrieveRubyClient.configure do |config|
|
261
|
-
# Configure API key authorization: Cookie
|
262
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
263
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
264
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
265
|
-
|
266
246
|
# Configure API key authorization: ApiKey
|
267
247
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
268
248
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -315,7 +295,7 @@ end
|
|
315
295
|
|
316
296
|
### Authorization
|
317
297
|
|
318
|
-
[
|
298
|
+
[ApiKey](../README.md#ApiKey)
|
319
299
|
|
320
300
|
### HTTP request headers
|
321
301
|
|
@@ -338,11 +318,6 @@ require 'time'
|
|
338
318
|
require 'trieve_ruby_client'
|
339
319
|
# setup authorization
|
340
320
|
TrieveRubyClient.configure do |config|
|
341
|
-
# Configure API key authorization: Cookie
|
342
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
343
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
344
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
345
|
-
|
346
321
|
# Configure API key authorization: ApiKey
|
347
322
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
348
323
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -393,7 +368,7 @@ end
|
|
393
368
|
|
394
369
|
### Authorization
|
395
370
|
|
396
|
-
[
|
371
|
+
[ApiKey](../README.md#ApiKey)
|
397
372
|
|
398
373
|
### HTTP request headers
|
399
374
|
|
@@ -416,11 +391,6 @@ require 'time'
|
|
416
391
|
require 'trieve_ruby_client'
|
417
392
|
# setup authorization
|
418
393
|
TrieveRubyClient.configure do |config|
|
419
|
-
# Configure API key authorization: Cookie
|
420
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
421
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
422
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
423
|
-
|
424
394
|
# Configure API key authorization: ApiKey
|
425
395
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
426
396
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -471,7 +441,7 @@ end
|
|
471
441
|
|
472
442
|
### Authorization
|
473
443
|
|
474
|
-
[
|
444
|
+
[ApiKey](../README.md#ApiKey)
|
475
445
|
|
476
446
|
### HTTP request headers
|
477
447
|
|
data/docs/EventsApi.md
CHANGED
@@ -22,11 +22,6 @@ require 'time'
|
|
22
22
|
require 'trieve_ruby_client'
|
23
23
|
# setup authorization
|
24
24
|
TrieveRubyClient.configure do |config|
|
25
|
-
# Configure API key authorization: Cookie
|
26
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
27
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
28
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
29
|
-
|
30
25
|
# Configure API key authorization: ApiKey
|
31
26
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
32
27
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -77,7 +72,7 @@ end
|
|
77
72
|
|
78
73
|
### Authorization
|
79
74
|
|
80
|
-
[
|
75
|
+
[ApiKey](../README.md#ApiKey)
|
81
76
|
|
82
77
|
### HTTP request headers
|
83
78
|
|
data/docs/FileApi.md
CHANGED
@@ -25,11 +25,6 @@ require 'time'
|
|
25
25
|
require 'trieve_ruby_client'
|
26
26
|
# setup authorization
|
27
27
|
TrieveRubyClient.configure do |config|
|
28
|
-
# Configure API key authorization: Cookie
|
29
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
30
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
31
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
32
|
-
|
33
28
|
# Configure API key authorization: ApiKey
|
34
29
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
35
30
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -81,7 +76,7 @@ nil (empty response body)
|
|
81
76
|
|
82
77
|
### Authorization
|
83
78
|
|
84
|
-
[
|
79
|
+
[ApiKey](../README.md#ApiKey)
|
85
80
|
|
86
81
|
### HTTP request headers
|
87
82
|
|
@@ -104,11 +99,6 @@ require 'time'
|
|
104
99
|
require 'trieve_ruby_client'
|
105
100
|
# setup authorization
|
106
101
|
TrieveRubyClient.configure do |config|
|
107
|
-
# Configure API key authorization: Cookie
|
108
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
109
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
110
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
111
|
-
|
112
102
|
# Configure API key authorization: ApiKey
|
113
103
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
114
104
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -161,7 +151,7 @@ end
|
|
161
151
|
|
162
152
|
### Authorization
|
163
153
|
|
164
|
-
[
|
154
|
+
[ApiKey](../README.md#ApiKey)
|
165
155
|
|
166
156
|
### HTTP request headers
|
167
157
|
|
@@ -184,11 +174,6 @@ require 'time'
|
|
184
174
|
require 'trieve_ruby_client'
|
185
175
|
# setup authorization
|
186
176
|
TrieveRubyClient.configure do |config|
|
187
|
-
# Configure API key authorization: Cookie
|
188
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
189
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
190
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
191
|
-
|
192
177
|
# Configure API key authorization: ApiKey
|
193
178
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
194
179
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -239,7 +224,7 @@ end
|
|
239
224
|
|
240
225
|
### Authorization
|
241
226
|
|
242
|
-
[
|
227
|
+
[ApiKey](../README.md#ApiKey)
|
243
228
|
|
244
229
|
### HTTP request headers
|
245
230
|
|
@@ -262,11 +247,6 @@ require 'time'
|
|
262
247
|
require 'trieve_ruby_client'
|
263
248
|
# setup authorization
|
264
249
|
TrieveRubyClient.configure do |config|
|
265
|
-
# Configure API key authorization: Cookie
|
266
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
267
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
268
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
269
|
-
|
270
250
|
# Configure API key authorization: ApiKey
|
271
251
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
272
252
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -317,7 +297,7 @@ end
|
|
317
297
|
|
318
298
|
### Authorization
|
319
299
|
|
320
|
-
[
|
300
|
+
[ApiKey](../README.md#ApiKey)
|
321
301
|
|
322
302
|
### HTTP request headers
|
323
303
|
|
data/docs/InvitationApi.md
CHANGED
@@ -22,11 +22,6 @@ require 'time'
|
|
22
22
|
require 'trieve_ruby_client'
|
23
23
|
# setup authorization
|
24
24
|
TrieveRubyClient.configure do |config|
|
25
|
-
# Configure API key authorization: Cookie
|
26
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
27
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
28
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
29
|
-
|
30
25
|
# Configure API key authorization: ApiKey
|
31
26
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
32
27
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -76,7 +71,7 @@ nil (empty response body)
|
|
76
71
|
|
77
72
|
### Authorization
|
78
73
|
|
79
|
-
[
|
74
|
+
[ApiKey](../README.md#ApiKey)
|
80
75
|
|
81
76
|
### HTTP request headers
|
82
77
|
|
data/docs/MessageApi.md
CHANGED
@@ -25,11 +25,6 @@ require 'time'
|
|
25
25
|
require 'trieve_ruby_client'
|
26
26
|
# setup authorization
|
27
27
|
TrieveRubyClient.configure do |config|
|
28
|
-
# Configure API key authorization: Cookie
|
29
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
30
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
31
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
32
|
-
|
33
28
|
# Configure API key authorization: ApiKey
|
34
29
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
35
30
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -80,7 +75,7 @@ end
|
|
80
75
|
|
81
76
|
### Authorization
|
82
77
|
|
83
|
-
[
|
78
|
+
[ApiKey](../README.md#ApiKey)
|
84
79
|
|
85
80
|
### HTTP request headers
|
86
81
|
|
@@ -103,11 +98,6 @@ require 'time'
|
|
103
98
|
require 'trieve_ruby_client'
|
104
99
|
# setup authorization
|
105
100
|
TrieveRubyClient.configure do |config|
|
106
|
-
# Configure API key authorization: Cookie
|
107
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
108
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
109
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
110
|
-
|
111
101
|
# Configure API key authorization: ApiKey
|
112
102
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
113
103
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -157,7 +147,7 @@ nil (empty response body)
|
|
157
147
|
|
158
148
|
### Authorization
|
159
149
|
|
160
|
-
[
|
150
|
+
[ApiKey](../README.md#ApiKey)
|
161
151
|
|
162
152
|
### HTTP request headers
|
163
153
|
|
@@ -180,11 +170,6 @@ require 'time'
|
|
180
170
|
require 'trieve_ruby_client'
|
181
171
|
# setup authorization
|
182
172
|
TrieveRubyClient.configure do |config|
|
183
|
-
# Configure API key authorization: Cookie
|
184
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
185
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
186
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
187
|
-
|
188
173
|
# Configure API key authorization: ApiKey
|
189
174
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
190
175
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -235,7 +220,7 @@ end
|
|
235
220
|
|
236
221
|
### Authorization
|
237
222
|
|
238
|
-
[
|
223
|
+
[ApiKey](../README.md#ApiKey)
|
239
224
|
|
240
225
|
### HTTP request headers
|
241
226
|
|
@@ -258,11 +243,6 @@ require 'time'
|
|
258
243
|
require 'trieve_ruby_client'
|
259
244
|
# setup authorization
|
260
245
|
TrieveRubyClient.configure do |config|
|
261
|
-
# Configure API key authorization: Cookie
|
262
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
263
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
264
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
265
|
-
|
266
246
|
# Configure API key authorization: ApiKey
|
267
247
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
268
248
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -313,7 +293,7 @@ end
|
|
313
293
|
|
314
294
|
### Authorization
|
315
295
|
|
316
|
-
[
|
296
|
+
[ApiKey](../README.md#ApiKey)
|
317
297
|
|
318
298
|
### HTTP request headers
|
319
299
|
|
data/docs/OrganizationApi.md
CHANGED
@@ -27,11 +27,6 @@ require 'time'
|
|
27
27
|
require 'trieve_ruby_client'
|
28
28
|
# setup authorization
|
29
29
|
TrieveRubyClient.configure do |config|
|
30
|
-
# Configure API key authorization: Cookie
|
31
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
32
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
33
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
34
|
-
|
35
30
|
# Configure API key authorization: ApiKey
|
36
31
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
37
32
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -80,7 +75,7 @@ end
|
|
80
75
|
|
81
76
|
### Authorization
|
82
77
|
|
83
|
-
[
|
78
|
+
[ApiKey](../README.md#ApiKey)
|
84
79
|
|
85
80
|
### HTTP request headers
|
86
81
|
|
@@ -103,11 +98,6 @@ require 'time'
|
|
103
98
|
require 'trieve_ruby_client'
|
104
99
|
# setup authorization
|
105
100
|
TrieveRubyClient.configure do |config|
|
106
|
-
# Configure API key authorization: Cookie
|
107
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
108
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
109
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
110
|
-
|
111
101
|
# Configure API key authorization: ApiKey
|
112
102
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
113
103
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -158,7 +148,7 @@ end
|
|
158
148
|
|
159
149
|
### Authorization
|
160
150
|
|
161
|
-
[
|
151
|
+
[ApiKey](../README.md#ApiKey)
|
162
152
|
|
163
153
|
### HTTP request headers
|
164
154
|
|
@@ -181,11 +171,6 @@ require 'time'
|
|
181
171
|
require 'trieve_ruby_client'
|
182
172
|
# setup authorization
|
183
173
|
TrieveRubyClient.configure do |config|
|
184
|
-
# Configure API key authorization: Cookie
|
185
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
186
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
187
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
188
|
-
|
189
174
|
# Configure API key authorization: ApiKey
|
190
175
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
191
176
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -236,7 +221,7 @@ end
|
|
236
221
|
|
237
222
|
### Authorization
|
238
223
|
|
239
|
-
[
|
224
|
+
[ApiKey](../README.md#ApiKey)
|
240
225
|
|
241
226
|
### HTTP request headers
|
242
227
|
|
@@ -259,11 +244,6 @@ require 'time'
|
|
259
244
|
require 'trieve_ruby_client'
|
260
245
|
# setup authorization
|
261
246
|
TrieveRubyClient.configure do |config|
|
262
|
-
# Configure API key authorization: Cookie
|
263
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
264
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
265
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
266
|
-
|
267
247
|
# Configure API key authorization: ApiKey
|
268
248
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
269
249
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -314,7 +294,7 @@ end
|
|
314
294
|
|
315
295
|
### Authorization
|
316
296
|
|
317
|
-
[
|
297
|
+
[ApiKey](../README.md#ApiKey)
|
318
298
|
|
319
299
|
### HTTP request headers
|
320
300
|
|
@@ -337,11 +317,6 @@ require 'time'
|
|
337
317
|
require 'trieve_ruby_client'
|
338
318
|
# setup authorization
|
339
319
|
TrieveRubyClient.configure do |config|
|
340
|
-
# Configure API key authorization: Cookie
|
341
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
342
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
343
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
344
|
-
|
345
320
|
# Configure API key authorization: ApiKey
|
346
321
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
347
322
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -392,7 +367,7 @@ end
|
|
392
367
|
|
393
368
|
### Authorization
|
394
369
|
|
395
|
-
[
|
370
|
+
[ApiKey](../README.md#ApiKey)
|
396
371
|
|
397
372
|
### HTTP request headers
|
398
373
|
|
@@ -415,11 +390,6 @@ require 'time'
|
|
415
390
|
require 'trieve_ruby_client'
|
416
391
|
# setup authorization
|
417
392
|
TrieveRubyClient.configure do |config|
|
418
|
-
# Configure API key authorization: Cookie
|
419
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
420
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
421
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
422
|
-
|
423
393
|
# Configure API key authorization: ApiKey
|
424
394
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
425
395
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -470,7 +440,7 @@ end
|
|
470
440
|
|
471
441
|
### Authorization
|
472
442
|
|
473
|
-
[
|
443
|
+
[ApiKey](../README.md#ApiKey)
|
474
444
|
|
475
445
|
### HTTP request headers
|
476
446
|
|
data/docs/StripeApi.md
CHANGED
@@ -23,11 +23,6 @@ require 'time'
|
|
23
23
|
require 'trieve_ruby_client'
|
24
24
|
# setup authorization
|
25
25
|
TrieveRubyClient.configure do |config|
|
26
|
-
# Configure API key authorization: Cookie
|
27
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
28
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
29
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
30
|
-
|
31
26
|
# Configure API key authorization: ApiKey
|
32
27
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
33
28
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -77,7 +72,7 @@ nil (empty response body)
|
|
77
72
|
|
78
73
|
### Authorization
|
79
74
|
|
80
|
-
[
|
75
|
+
[ApiKey](../README.md#ApiKey)
|
81
76
|
|
82
77
|
### HTTP request headers
|
83
78
|
|
@@ -220,11 +215,6 @@ require 'time'
|
|
220
215
|
require 'trieve_ruby_client'
|
221
216
|
# setup authorization
|
222
217
|
TrieveRubyClient.configure do |config|
|
223
|
-
# Configure API key authorization: Cookie
|
224
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
225
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
226
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
227
|
-
|
228
218
|
# Configure API key authorization: ApiKey
|
229
219
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
230
220
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -276,7 +266,7 @@ nil (empty response body)
|
|
276
266
|
|
277
267
|
### Authorization
|
278
268
|
|
279
|
-
[
|
269
|
+
[ApiKey](../README.md#ApiKey)
|
280
270
|
|
281
271
|
### HTTP request headers
|
282
272
|
|
data/docs/TopicApi.md
CHANGED
@@ -25,11 +25,6 @@ require 'time'
|
|
25
25
|
require 'trieve_ruby_client'
|
26
26
|
# setup authorization
|
27
27
|
TrieveRubyClient.configure do |config|
|
28
|
-
# Configure API key authorization: Cookie
|
29
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
30
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
31
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
32
|
-
|
33
28
|
# Configure API key authorization: ApiKey
|
34
29
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
35
30
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -80,7 +75,7 @@ end
|
|
80
75
|
|
81
76
|
### Authorization
|
82
77
|
|
83
|
-
[
|
78
|
+
[ApiKey](../README.md#ApiKey)
|
84
79
|
|
85
80
|
### HTTP request headers
|
86
81
|
|
@@ -103,11 +98,6 @@ require 'time'
|
|
103
98
|
require 'trieve_ruby_client'
|
104
99
|
# setup authorization
|
105
100
|
TrieveRubyClient.configure do |config|
|
106
|
-
# Configure API key authorization: Cookie
|
107
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
108
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
109
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
110
|
-
|
111
101
|
# Configure API key authorization: ApiKey
|
112
102
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
113
103
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -157,7 +147,7 @@ nil (empty response body)
|
|
157
147
|
|
158
148
|
### Authorization
|
159
149
|
|
160
|
-
[
|
150
|
+
[ApiKey](../README.md#ApiKey)
|
161
151
|
|
162
152
|
### HTTP request headers
|
163
153
|
|
@@ -180,11 +170,6 @@ require 'time'
|
|
180
170
|
require 'trieve_ruby_client'
|
181
171
|
# setup authorization
|
182
172
|
TrieveRubyClient.configure do |config|
|
183
|
-
# Configure API key authorization: Cookie
|
184
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
185
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
186
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
187
|
-
|
188
173
|
# Configure API key authorization: ApiKey
|
189
174
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
190
175
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -235,7 +220,7 @@ end
|
|
235
220
|
|
236
221
|
### Authorization
|
237
222
|
|
238
|
-
[
|
223
|
+
[ApiKey](../README.md#ApiKey)
|
239
224
|
|
240
225
|
### HTTP request headers
|
241
226
|
|
@@ -258,11 +243,6 @@ require 'time'
|
|
258
243
|
require 'trieve_ruby_client'
|
259
244
|
# setup authorization
|
260
245
|
TrieveRubyClient.configure do |config|
|
261
|
-
# Configure API key authorization: Cookie
|
262
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
263
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
264
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
265
|
-
|
266
246
|
# Configure API key authorization: ApiKey
|
267
247
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
268
248
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -312,7 +292,7 @@ nil (empty response body)
|
|
312
292
|
|
313
293
|
### Authorization
|
314
294
|
|
315
|
-
[
|
295
|
+
[ApiKey](../README.md#ApiKey)
|
316
296
|
|
317
297
|
### HTTP request headers
|
318
298
|
|
data/docs/UserApi.md
CHANGED
@@ -24,11 +24,6 @@ require 'time'
|
|
24
24
|
require 'trieve_ruby_client'
|
25
25
|
# setup authorization
|
26
26
|
TrieveRubyClient.configure do |config|
|
27
|
-
# Configure API key authorization: Cookie
|
28
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
29
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
30
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
31
|
-
|
32
27
|
# Configure API key authorization: ApiKey
|
33
28
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
34
29
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -77,7 +72,7 @@ end
|
|
77
72
|
|
78
73
|
### Authorization
|
79
74
|
|
80
|
-
[
|
75
|
+
[ApiKey](../README.md#ApiKey)
|
81
76
|
|
82
77
|
### HTTP request headers
|
83
78
|
|
@@ -100,11 +95,6 @@ require 'time'
|
|
100
95
|
require 'trieve_ruby_client'
|
101
96
|
# setup authorization
|
102
97
|
TrieveRubyClient.configure do |config|
|
103
|
-
# Configure API key authorization: Cookie
|
104
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
105
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
106
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
107
|
-
|
108
98
|
# Configure API key authorization: ApiKey
|
109
99
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
110
100
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -153,7 +143,7 @@ end
|
|
153
143
|
|
154
144
|
### Authorization
|
155
145
|
|
156
|
-
[
|
146
|
+
[ApiKey](../README.md#ApiKey)
|
157
147
|
|
158
148
|
### HTTP request headers
|
159
149
|
|
@@ -176,11 +166,6 @@ require 'time'
|
|
176
166
|
require 'trieve_ruby_client'
|
177
167
|
# setup authorization
|
178
168
|
TrieveRubyClient.configure do |config|
|
179
|
-
# Configure API key authorization: Cookie
|
180
|
-
config.api_key['Cookie'] = 'YOUR API KEY'
|
181
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
182
|
-
# config.api_key_prefix['Cookie'] = 'Bearer'
|
183
|
-
|
184
169
|
# Configure API key authorization: ApiKey
|
185
170
|
config.api_key['ApiKey'] = 'YOUR API KEY'
|
186
171
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
@@ -229,7 +214,7 @@ end
|
|
229
214
|
|
230
215
|
### Authorization
|
231
216
|
|
232
|
-
[
|
217
|
+
[ApiKey](../README.md#ApiKey)
|
233
218
|
|
234
219
|
### HTTP request headers
|
235
220
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.3.
|
6
|
+
The version of the OpenAPI document: 0.3.5
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -114,7 +114,7 @@ module TrieveRubyClient
|
|
114
114
|
return_type = opts[:debug_return_type] || 'SlimUser'
|
115
115
|
|
116
116
|
# auth_names
|
117
|
-
auth_names = opts[:debug_auth_names] || ['
|
117
|
+
auth_names = opts[:debug_auth_names] || ['ApiKey']
|
118
118
|
|
119
119
|
new_options = opts.merge(
|
120
120
|
:operation => :"AuthApi.get_me",
|