ragie_ruby_sdk 1.0.1
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 +291 -0
- data/Rakefile +10 -0
- data/docs/AccessTokenCredentials.md +18 -0
- data/docs/AsyncDocumentMetadataUpdate.md +18 -0
- data/docs/AudioModalityData.md +20 -0
- data/docs/AuthenticatorConfluenceConnection.md +22 -0
- data/docs/AuthenticatorDropboxConnection.md +24 -0
- data/docs/AuthenticatorGmailConnection.md +24 -0
- data/docs/AuthenticatorGoogleDriveConnection.md +24 -0
- data/docs/AuthenticatorHubspotConnection.md +26 -0
- data/docs/AuthenticatorJiraConnection.md +20 -0
- data/docs/AuthenticatorList.md +20 -0
- data/docs/AuthenticatorNotionConnection.md +26 -0
- data/docs/AuthenticatorOnedriveConnection.md +24 -0
- data/docs/AuthenticatorSalesforceConnection.md +24 -0
- data/docs/AuthenticatorSharepointConnection.md +24 -0
- data/docs/AuthenticatorSlackConnection.md +24 -0
- data/docs/AuthenticatorsApi.md +293 -0
- data/docs/BackblazeCredentials.md +24 -0
- data/docs/BaseGetAuthenticator.md +22 -0
- data/docs/BetaApi.md +363 -0
- data/docs/Body.md +22 -0
- data/docs/BodyCreateDocument.md +28 -0
- data/docs/BodyUpdateDocumentFile.md +20 -0
- data/docs/BucketData.md +22 -0
- data/docs/ConfluenceData.md +24 -0
- data/docs/Connection.md +44 -0
- data/docs/Connection1.md +106 -0
- data/docs/Connection2.md +91 -0
- data/docs/ConnectionBase.md +22 -0
- data/docs/ConnectionLimitExceededWebhook.md +22 -0
- data/docs/ConnectionLimitExceededWebhookPayload.md +24 -0
- data/docs/ConnectionLimitParams.md +18 -0
- data/docs/ConnectionList.md +20 -0
- data/docs/ConnectionStats.md +20 -0
- data/docs/ConnectionSyncFinishedWebhook.md +22 -0
- data/docs/ConnectionSyncFinishedWebhookPayload.md +24 -0
- data/docs/ConnectionSyncProgressWebhook.md +22 -0
- data/docs/ConnectionSyncProgressWebhookPayload.md +42 -0
- data/docs/ConnectionSyncStartedWebhook.md +22 -0
- data/docs/ConnectionSyncStartedWebhookPayload.md +32 -0
- data/docs/ConnectionsApi.md +790 -0
- data/docs/ConnectorSource.md +15 -0
- data/docs/ConnectorSourceTypeInfo.md +24 -0
- data/docs/CreateAuthenticatorConnection.md +28 -0
- data/docs/CreateDocumentFromUrlParams.md +28 -0
- data/docs/CreateDocumentRawParams.md +26 -0
- data/docs/CreateGoogleAuthenticator.md +28 -0
- data/docs/CreateInstructionParams.md +30 -0
- data/docs/CreatePartitionParams.md +42 -0
- data/docs/Data.md +15 -0
- data/docs/DefaultApi.md +77 -0
- data/docs/DeleteConnectionPayload.md +18 -0
- data/docs/Document.md +36 -0
- data/docs/DocumentChunk.md +26 -0
- data/docs/DocumentChunkDetail.md +28 -0
- data/docs/DocumentChunkDetailModalityData.md +79 -0
- data/docs/DocumentChunkList.md +20 -0
- data/docs/DocumentDelete.md +18 -0
- data/docs/DocumentDeleteWebhook.md +22 -0
- data/docs/DocumentDeleteWebhookPayload.md +30 -0
- data/docs/DocumentFileUpdate.md +18 -0
- data/docs/DocumentGet.md +38 -0
- data/docs/DocumentList.md +20 -0
- data/docs/DocumentMetadataUpdate.md +18 -0
- data/docs/DocumentRawUpdate.md +18 -0
- data/docs/DocumentSummary.md +20 -0
- data/docs/DocumentUpdateWebhook.md +22 -0
- data/docs/DocumentUpdateWebhookPayload.md +34 -0
- data/docs/DocumentUrlUpdate.md +18 -0
- data/docs/DocumentWithContent.md +38 -0
- data/docs/DocumentsApi.md +1221 -0
- data/docs/EnterpriseApi.md +363 -0
- data/docs/EntitiesApi.md +436 -0
- data/docs/Entity.md +30 -0
- data/docs/EntityExtractedWebhook.md +22 -0
- data/docs/EntityExtractedWebhookPayload.md +34 -0
- data/docs/EntityList.md +20 -0
- data/docs/ErrorMessage.md +18 -0
- data/docs/FolderData.md +20 -0
- data/docs/FreshdeskCredentials.md +20 -0
- data/docs/FreshdeskData.md +20 -0
- data/docs/GmailData.md +18 -0
- data/docs/GoogleFolderData.md +22 -0
- data/docs/HTTPValidationError.md +18 -0
- data/docs/HubspotData.md +30 -0
- data/docs/Instruction.md +36 -0
- data/docs/IntercomCredentials.md +22 -0
- data/docs/IntercomData.md +28 -0
- data/docs/Link.md +20 -0
- data/docs/ListConnectorSourceTypeInfo.md +18 -0
- data/docs/MediaModeParam.md +22 -0
- data/docs/MediaType.md +15 -0
- data/docs/MetadataValue.md +15 -0
- data/docs/MetadataValue1.md +53 -0
- data/docs/Mode.md +22 -0
- data/docs/Mode1.md +22 -0
- data/docs/Mode2.md +49 -0
- data/docs/Mode2OneOf.md +22 -0
- data/docs/OAuthCredentials.md +26 -0
- data/docs/OAuthRefreshTokenCredentials.md +18 -0
- data/docs/OAuthUrlCreate.md +34 -0
- data/docs/OAuthUrlResponse.md +18 -0
- data/docs/OnedriveData.md +22 -0
- data/docs/Pagination.md +20 -0
- data/docs/Partition.md +24 -0
- data/docs/PartitionDetail.md +26 -0
- data/docs/PartitionLimitExceededWebhook.md +22 -0
- data/docs/PartitionLimitExceededWebhookPayload.md +20 -0
- data/docs/PartitionLimitParams.md +40 -0
- data/docs/PartitionLimitResetWebhook.md +22 -0
- data/docs/PartitionLimitResetWebhookPayload.md +18 -0
- data/docs/PartitionLimits.md +40 -0
- data/docs/PartitionList.md +20 -0
- data/docs/PartitionStats.md +42 -0
- data/docs/PartitionStrategy.md +22 -0
- data/docs/PartitionsApi.md +363 -0
- data/docs/PatchDocumentMetadataParams.md +20 -0
- data/docs/Payload.md +84 -0
- data/docs/PublicBackblazeConnection.md +22 -0
- data/docs/PublicCreateConnection.md +28 -0
- data/docs/PublicFreshdeskConnection.md +24 -0
- data/docs/PublicGCSConnection.md +22 -0
- data/docs/PublicIntercomConnection.md +22 -0
- data/docs/PublicS3CompatibleConnection.md +22 -0
- data/docs/PublicZendeskConnection.md +22 -0
- data/docs/ResponseOK.md +18 -0
- data/docs/ResponsePatchdocumentmetadata.md +20 -0
- data/docs/Retrieval.md +18 -0
- data/docs/RetrievalsApi.md +75 -0
- data/docs/RetrieveParams.md +30 -0
- data/docs/S3CompatibleCredentials.md +24 -0
- data/docs/ScoredChunk.md +34 -0
- data/docs/SetConnectionEnabledPayload.md +20 -0
- data/docs/SharepointData.md +20 -0
- data/docs/SharepointFileData.md +22 -0
- data/docs/SharepointSiteData.md +20 -0
- data/docs/SlackData.md +20 -0
- data/docs/Source.md +15 -0
- data/docs/Status.md +15 -0
- data/docs/UpdateDocumentFromUrlParams.md +20 -0
- data/docs/UpdateDocumentRawParams.md +18 -0
- data/docs/UpdateInstructionParams.md +18 -0
- data/docs/ValidationError.md +22 -0
- data/docs/ValidationErrorLocInner.md +15 -0
- data/docs/VideoModalityData.md +20 -0
- data/docs/WordTimestamp.md +24 -0
- data/docs/ZendeskCredentials.md +22 -0
- data/docs/ZendeskData.md +18 -0
- data/git_push.sh +57 -0
- data/lib/ragie_ruby_sdk/api/authenticators_api.rb +298 -0
- data/lib/ragie_ruby_sdk/api/beta_api.rb +366 -0
- data/lib/ragie_ruby_sdk/api/connections_api.rb +777 -0
- data/lib/ragie_ruby_sdk/api/default_api.rb +90 -0
- data/lib/ragie_ruby_sdk/api/documents_api.rb +1206 -0
- data/lib/ragie_ruby_sdk/api/enterprise_api.rb +366 -0
- data/lib/ragie_ruby_sdk/api/entities_api.rb +438 -0
- data/lib/ragie_ruby_sdk/api/partitions_api.rb +361 -0
- data/lib/ragie_ruby_sdk/api/retrievals_api.rb +88 -0
- data/lib/ragie_ruby_sdk/api_client.rb +393 -0
- data/lib/ragie_ruby_sdk/api_error.rb +58 -0
- data/lib/ragie_ruby_sdk/configuration.rb +308 -0
- data/lib/ragie_ruby_sdk/models/access_token_credentials.rb +237 -0
- data/lib/ragie_ruby_sdk/models/async_document_metadata_update.rb +237 -0
- data/lib/ragie_ruby_sdk/models/audio_modality_data.rb +267 -0
- data/lib/ragie_ruby_sdk/models/authenticator_confluence_connection.rb +315 -0
- data/lib/ragie_ruby_sdk/models/authenticator_dropbox_connection.rb +340 -0
- data/lib/ragie_ruby_sdk/models/authenticator_gmail_connection.rb +340 -0
- data/lib/ragie_ruby_sdk/models/authenticator_google_drive_connection.rb +342 -0
- data/lib/ragie_ruby_sdk/models/authenticator_hubspot_connection.rb +365 -0
- data/lib/ragie_ruby_sdk/models/authenticator_jira_connection.rb +287 -0
- data/lib/ragie_ruby_sdk/models/authenticator_list.rb +265 -0
- data/lib/ragie_ruby_sdk/models/authenticator_notion_connection.rb +366 -0
- data/lib/ragie_ruby_sdk/models/authenticator_onedrive_connection.rb +340 -0
- data/lib/ragie_ruby_sdk/models/authenticator_salesforce_connection.rb +341 -0
- data/lib/ragie_ruby_sdk/models/authenticator_sharepoint_connection.rb +340 -0
- data/lib/ragie_ruby_sdk/models/authenticator_slack_connection.rb +340 -0
- data/lib/ragie_ruby_sdk/models/backblaze_credentials.rb +315 -0
- data/lib/ragie_ruby_sdk/models/base_get_authenticator.rb +290 -0
- data/lib/ragie_ruby_sdk/models/body.rb +111 -0
- data/lib/ragie_ruby_sdk/models/body_create_document.rb +292 -0
- data/lib/ragie_ruby_sdk/models/body_update_document_file.rb +250 -0
- data/lib/ragie_ruby_sdk/models/bucket_data.rb +258 -0
- data/lib/ragie_ruby_sdk/models/confluence_data.rb +315 -0
- data/lib/ragie_ruby_sdk/models/connection.rb +521 -0
- data/lib/ragie_ruby_sdk/models/connection1.rb +73 -0
- data/lib/ragie_ruby_sdk/models/connection2.rb +63 -0
- data/lib/ragie_ruby_sdk/models/connection_base.rb +274 -0
- data/lib/ragie_ruby_sdk/models/connection_limit_exceeded_webhook.rb +313 -0
- data/lib/ragie_ruby_sdk/models/connection_limit_exceeded_webhook_payload.rb +327 -0
- data/lib/ragie_ruby_sdk/models/connection_limit_params.rb +236 -0
- data/lib/ragie_ruby_sdk/models/connection_list.rb +265 -0
- data/lib/ragie_ruby_sdk/models/connection_stats.rb +263 -0
- data/lib/ragie_ruby_sdk/models/connection_sync_finished_webhook.rb +313 -0
- data/lib/ragie_ruby_sdk/models/connection_sync_finished_webhook_payload.rb +317 -0
- data/lib/ragie_ruby_sdk/models/connection_sync_progress_webhook.rb +313 -0
- data/lib/ragie_ruby_sdk/models/connection_sync_progress_webhook_payload.rb +551 -0
- data/lib/ragie_ruby_sdk/models/connection_sync_started_webhook.rb +313 -0
- data/lib/ragie_ruby_sdk/models/connection_sync_started_webhook_payload.rb +421 -0
- data/lib/ragie_ruby_sdk/models/connector_source.rb +55 -0
- data/lib/ragie_ruby_sdk/models/connector_source_type_info.rb +337 -0
- data/lib/ragie_ruby_sdk/models/create_authenticator_connection.rb +307 -0
- data/lib/ragie_ruby_sdk/models/create_document_from_url_params.rb +306 -0
- data/lib/ragie_ruby_sdk/models/create_document_raw_params.rb +279 -0
- data/lib/ragie_ruby_sdk/models/create_google_authenticator.rb +360 -0
- data/lib/ragie_ruby_sdk/models/create_instruction_params.rb +373 -0
- data/lib/ragie_ruby_sdk/models/create_partition_params.rb +537 -0
- data/lib/ragie_ruby_sdk/models/data.rb +105 -0
- data/lib/ragie_ruby_sdk/models/delete_connection_payload.rb +237 -0
- data/lib/ragie_ruby_sdk/models/document.rb +425 -0
- data/lib/ragie_ruby_sdk/models/document_chunk.rb +313 -0
- data/lib/ragie_ruby_sdk/models/document_chunk_detail.rb +323 -0
- data/lib/ragie_ruby_sdk/models/document_chunk_detail_modality_data.rb +55 -0
- data/lib/ragie_ruby_sdk/models/document_chunk_list.rb +265 -0
- data/lib/ragie_ruby_sdk/models/document_delete.rb +237 -0
- data/lib/ragie_ruby_sdk/models/document_delete_webhook.rb +313 -0
- data/lib/ragie_ruby_sdk/models/document_delete_webhook_payload.rb +353 -0
- data/lib/ragie_ruby_sdk/models/document_file_update.rb +237 -0
- data/lib/ragie_ruby_sdk/models/document_get.rb +453 -0
- data/lib/ragie_ruby_sdk/models/document_list.rb +265 -0
- data/lib/ragie_ruby_sdk/models/document_metadata_update.rb +240 -0
- data/lib/ragie_ruby_sdk/models/document_raw_update.rb +237 -0
- data/lib/ragie_ruby_sdk/models/document_summary.rb +263 -0
- data/lib/ragie_ruby_sdk/models/document_update_webhook.rb +313 -0
- data/lib/ragie_ruby_sdk/models/document_update_webhook_payload.rb +391 -0
- data/lib/ragie_ruby_sdk/models/document_url_update.rb +237 -0
- data/lib/ragie_ruby_sdk/models/document_with_content.rb +451 -0
- data/lib/ragie_ruby_sdk/models/entity.rb +381 -0
- data/lib/ragie_ruby_sdk/models/entity_extracted_webhook.rb +313 -0
- data/lib/ragie_ruby_sdk/models/entity_extracted_webhook_payload.rb +421 -0
- data/lib/ragie_ruby_sdk/models/entity_list.rb +265 -0
- data/lib/ragie_ruby_sdk/models/error_message.rb +237 -0
- data/lib/ragie_ruby_sdk/models/folder_data.rb +263 -0
- data/lib/ragie_ruby_sdk/models/freshdesk_credentials.rb +263 -0
- data/lib/ragie_ruby_sdk/models/freshdesk_data.rb +263 -0
- data/lib/ragie_ruby_sdk/models/gmail_data.rb +221 -0
- data/lib/ragie_ruby_sdk/models/google_folder_data.rb +289 -0
- data/lib/ragie_ruby_sdk/models/http_validation_error.rb +222 -0
- data/lib/ragie_ruby_sdk/models/hubspot_data.rb +393 -0
- data/lib/ragie_ruby_sdk/models/instruction.rb +451 -0
- data/lib/ragie_ruby_sdk/models/intercom_credentials.rb +290 -0
- data/lib/ragie_ruby_sdk/models/intercom_data.rb +367 -0
- data/lib/ragie_ruby_sdk/models/link.rb +263 -0
- data/lib/ragie_ruby_sdk/models/list_connector_source_type_info.rb +239 -0
- data/lib/ragie_ruby_sdk/models/media_mode_param.rb +287 -0
- data/lib/ragie_ruby_sdk/models/media_type.rb +104 -0
- data/lib/ragie_ruby_sdk/models/metadata_value.rb +106 -0
- data/lib/ragie_ruby_sdk/models/metadata_value1.rb +107 -0
- data/lib/ragie_ruby_sdk/models/mode.rb +105 -0
- data/lib/ragie_ruby_sdk/models/mode1.rb +104 -0
- data/lib/ragie_ruby_sdk/models/mode2.rb +106 -0
- data/lib/ragie_ruby_sdk/models/mode2_one_of.rb +287 -0
- data/lib/ragie_ruby_sdk/models/o_auth_credentials.rb +350 -0
- data/lib/ragie_ruby_sdk/models/o_auth_refresh_token_credentials.rb +237 -0
- data/lib/ragie_ruby_sdk/models/o_auth_url_create.rb +370 -0
- data/lib/ragie_ruby_sdk/models/o_auth_url_response.rb +237 -0
- data/lib/ragie_ruby_sdk/models/onedrive_data.rb +289 -0
- data/lib/ragie_ruby_sdk/models/pagination.rb +247 -0
- data/lib/ragie_ruby_sdk/models/partition.rb +299 -0
- data/lib/ragie_ruby_sdk/models/partition_detail.rb +325 -0
- data/lib/ragie_ruby_sdk/models/partition_limit_exceeded_webhook.rb +313 -0
- data/lib/ragie_ruby_sdk/models/partition_limit_exceeded_webhook_payload.rb +287 -0
- data/lib/ragie_ruby_sdk/models/partition_limit_params.rb +511 -0
- data/lib/ragie_ruby_sdk/models/partition_limit_reset_webhook.rb +313 -0
- data/lib/ragie_ruby_sdk/models/partition_limit_reset_webhook_payload.rb +237 -0
- data/lib/ragie_ruby_sdk/models/partition_limits.rb +511 -0
- data/lib/ragie_ruby_sdk/models/partition_list.rb +265 -0
- data/lib/ragie_ruby_sdk/models/partition_stats.rb +562 -0
- data/lib/ragie_ruby_sdk/models/partition_strategy.rb +104 -0
- data/lib/ragie_ruby_sdk/models/patch_document_metadata_params.rb +252 -0
- data/lib/ragie_ruby_sdk/models/payload.rb +60 -0
- data/lib/ragie_ruby_sdk/models/public_backblaze_connection.rb +313 -0
- data/lib/ragie_ruby_sdk/models/public_create_connection.rb +307 -0
- data/lib/ragie_ruby_sdk/models/public_freshdesk_connection.rb +340 -0
- data/lib/ragie_ruby_sdk/models/public_gcs_connection.rb +315 -0
- data/lib/ragie_ruby_sdk/models/public_intercom_connection.rb +313 -0
- data/lib/ragie_ruby_sdk/models/public_s3_compatible_connection.rb +313 -0
- data/lib/ragie_ruby_sdk/models/public_zendesk_connection.rb +313 -0
- data/lib/ragie_ruby_sdk/models/response_ok.rb +222 -0
- data/lib/ragie_ruby_sdk/models/response_patchdocumentmetadata.rb +104 -0
- data/lib/ragie_ruby_sdk/models/retrieval.rb +239 -0
- data/lib/ragie_ruby_sdk/models/retrieve_params.rb +305 -0
- data/lib/ragie_ruby_sdk/models/s3_compatible_credentials.rb +299 -0
- data/lib/ragie_ruby_sdk/models/scored_chunk.rb +434 -0
- data/lib/ragie_ruby_sdk/models/set_connection_enabled_payload.rb +281 -0
- data/lib/ragie_ruby_sdk/models/sharepoint_data.rb +265 -0
- data/lib/ragie_ruby_sdk/models/sharepoint_file_data.rb +313 -0
- data/lib/ragie_ruby_sdk/models/sharepoint_site_data.rb +263 -0
- data/lib/ragie_ruby_sdk/models/slack_data.rb +263 -0
- data/lib/ragie_ruby_sdk/models/source.rb +105 -0
- data/lib/ragie_ruby_sdk/models/status.rb +103 -0
- data/lib/ragie_ruby_sdk/models/update_document_from_url_params.rb +247 -0
- data/lib/ragie_ruby_sdk/models/update_document_raw_params.rb +237 -0
- data/lib/ragie_ruby_sdk/models/update_instruction_params.rb +238 -0
- data/lib/ragie_ruby_sdk/models/validation_error.rb +291 -0
- data/lib/ragie_ruby_sdk/models/validation_error_loc_inner.rb +104 -0
- data/lib/ragie_ruby_sdk/models/video_modality_data.rb +267 -0
- data/lib/ragie_ruby_sdk/models/word_timestamp.rb +315 -0
- data/lib/ragie_ruby_sdk/models/zendesk_credentials.rb +289 -0
- data/lib/ragie_ruby_sdk/models/zendesk_data.rb +237 -0
- data/lib/ragie_ruby_sdk/version.rb +15 -0
- data/lib/ragie_ruby_sdk.rb +185 -0
- data/ragie_ruby_sdk.gemspec +39 -0
- data/spec/api/authenticators_api_spec.rb +85 -0
- data/spec/api/beta_api_spec.rb +97 -0
- data/spec/api/connections_api_spec.rb +173 -0
- data/spec/api/default_api_spec.rb +47 -0
- data/spec/api/documents_api_spec.rb +260 -0
- data/spec/api/enterprise_api_spec.rb +97 -0
- data/spec/api/entities_api_spec.rb +110 -0
- data/spec/api/partitions_api_spec.rb +97 -0
- data/spec/api/retrievals_api_spec.rb +46 -0
- data/spec/models/access_token_credentials_spec.rb +36 -0
- data/spec/models/async_document_metadata_update_spec.rb +36 -0
- data/spec/models/audio_modality_data_spec.rb +46 -0
- data/spec/models/authenticator_confluence_connection_spec.rb +52 -0
- data/spec/models/authenticator_dropbox_connection_spec.rb +58 -0
- data/spec/models/authenticator_gmail_connection_spec.rb +58 -0
- data/spec/models/authenticator_google_drive_connection_spec.rb +58 -0
- data/spec/models/authenticator_hubspot_connection_spec.rb +64 -0
- data/spec/models/authenticator_jira_connection_spec.rb +46 -0
- data/spec/models/authenticator_list_spec.rb +42 -0
- data/spec/models/authenticator_notion_connection_spec.rb +64 -0
- data/spec/models/authenticator_onedrive_connection_spec.rb +58 -0
- data/spec/models/authenticator_salesforce_connection_spec.rb +58 -0
- data/spec/models/authenticator_sharepoint_connection_spec.rb +58 -0
- data/spec/models/authenticator_slack_connection_spec.rb +58 -0
- data/spec/models/backblaze_credentials_spec.rb +54 -0
- data/spec/models/base_get_authenticator_spec.rb +48 -0
- data/spec/models/body_create_document_spec.rb +66 -0
- data/spec/models/body_spec.rb +21 -0
- data/spec/models/body_update_document_file_spec.rb +42 -0
- data/spec/models/bucket_data_spec.rb +48 -0
- data/spec/models/confluence_data_spec.rb +54 -0
- data/spec/models/connection1_spec.rb +44 -0
- data/spec/models/connection2_spec.rb +44 -0
- data/spec/models/connection_base_spec.rb +48 -0
- data/spec/models/connection_limit_exceeded_webhook_payload_spec.rb +58 -0
- data/spec/models/connection_limit_exceeded_webhook_spec.rb +52 -0
- data/spec/models/connection_limit_params_spec.rb +36 -0
- data/spec/models/connection_list_spec.rb +42 -0
- data/spec/models/connection_spec.rb +118 -0
- data/spec/models/connection_stats_spec.rb +42 -0
- data/spec/models/connection_sync_finished_webhook_payload_spec.rb +54 -0
- data/spec/models/connection_sync_finished_webhook_spec.rb +52 -0
- data/spec/models/connection_sync_progress_webhook_payload_spec.rb +108 -0
- data/spec/models/connection_sync_progress_webhook_spec.rb +52 -0
- data/spec/models/connection_sync_started_webhook_payload_spec.rb +78 -0
- data/spec/models/connection_sync_started_webhook_spec.rb +52 -0
- data/spec/models/connector_source_spec.rb +30 -0
- data/spec/models/connector_source_type_info_spec.rb +54 -0
- data/spec/models/create_authenticator_connection_spec.rb +66 -0
- data/spec/models/create_document_from_url_params_spec.rb +66 -0
- data/spec/models/create_document_raw_params_spec.rb +60 -0
- data/spec/models/create_google_authenticator_spec.rb +70 -0
- data/spec/models/create_instruction_params_spec.rb +76 -0
- data/spec/models/create_partition_params_spec.rb +108 -0
- data/spec/models/data_spec.rb +21 -0
- data/spec/models/delete_connection_payload_spec.rb +36 -0
- data/spec/models/document_chunk_detail_modality_data_spec.rb +44 -0
- data/spec/models/document_chunk_detail_spec.rb +66 -0
- data/spec/models/document_chunk_list_spec.rb +42 -0
- data/spec/models/document_chunk_spec.rb +60 -0
- data/spec/models/document_delete_spec.rb +36 -0
- data/spec/models/document_delete_webhook_payload_spec.rb +72 -0
- data/spec/models/document_delete_webhook_spec.rb +52 -0
- data/spec/models/document_file_update_spec.rb +36 -0
- data/spec/models/document_get_spec.rb +96 -0
- data/spec/models/document_list_spec.rb +42 -0
- data/spec/models/document_metadata_update_spec.rb +36 -0
- data/spec/models/document_raw_update_spec.rb +36 -0
- data/spec/models/document_spec.rb +90 -0
- data/spec/models/document_summary_spec.rb +42 -0
- data/spec/models/document_update_webhook_payload_spec.rb +84 -0
- data/spec/models/document_update_webhook_spec.rb +52 -0
- data/spec/models/document_url_update_spec.rb +36 -0
- data/spec/models/document_with_content_spec.rb +96 -0
- data/spec/models/entity_extracted_webhook_payload_spec.rb +84 -0
- data/spec/models/entity_extracted_webhook_spec.rb +52 -0
- data/spec/models/entity_list_spec.rb +42 -0
- data/spec/models/entity_spec.rb +72 -0
- data/spec/models/error_message_spec.rb +36 -0
- data/spec/models/folder_data_spec.rb +42 -0
- data/spec/models/freshdesk_credentials_spec.rb +42 -0
- data/spec/models/freshdesk_data_spec.rb +42 -0
- data/spec/models/gmail_data_spec.rb +36 -0
- data/spec/models/google_folder_data_spec.rb +48 -0
- data/spec/models/http_validation_error_spec.rb +36 -0
- data/spec/models/hubspot_data_spec.rb +72 -0
- data/spec/models/instruction_spec.rb +94 -0
- data/spec/models/intercom_credentials_spec.rb +48 -0
- data/spec/models/intercom_data_spec.rb +66 -0
- data/spec/models/link_spec.rb +42 -0
- data/spec/models/list_connector_source_type_info_spec.rb +36 -0
- data/spec/models/media_mode_param_spec.rb +56 -0
- data/spec/models/media_type_spec.rb +21 -0
- data/spec/models/metadata_value1_spec.rb +32 -0
- data/spec/models/metadata_value_spec.rb +21 -0
- data/spec/models/mode1_spec.rb +21 -0
- data/spec/models/mode2_one_of_spec.rb +56 -0
- data/spec/models/mode2_spec.rb +32 -0
- data/spec/models/mode_spec.rb +21 -0
- data/spec/models/o_auth_credentials_spec.rb +64 -0
- data/spec/models/o_auth_refresh_token_credentials_spec.rb +36 -0
- data/spec/models/o_auth_url_create_spec.rb +88 -0
- data/spec/models/o_auth_url_response_spec.rb +36 -0
- data/spec/models/onedrive_data_spec.rb +48 -0
- data/spec/models/pagination_spec.rb +42 -0
- data/spec/models/partition_detail_spec.rb +60 -0
- data/spec/models/partition_limit_exceeded_webhook_payload_spec.rb +46 -0
- data/spec/models/partition_limit_exceeded_webhook_spec.rb +52 -0
- data/spec/models/partition_limit_params_spec.rb +102 -0
- data/spec/models/partition_limit_reset_webhook_payload_spec.rb +36 -0
- data/spec/models/partition_limit_reset_webhook_spec.rb +52 -0
- data/spec/models/partition_limits_spec.rb +102 -0
- data/spec/models/partition_list_spec.rb +42 -0
- data/spec/models/partition_spec.rb +54 -0
- data/spec/models/partition_stats_spec.rb +108 -0
- data/spec/models/partition_strategy_spec.rb +21 -0
- data/spec/models/patch_document_metadata_params_spec.rb +42 -0
- data/spec/models/payload_spec.rb +44 -0
- data/spec/models/public_backblaze_connection_spec.rb +52 -0
- data/spec/models/public_create_connection_spec.rb +66 -0
- data/spec/models/public_freshdesk_connection_spec.rb +58 -0
- data/spec/models/public_gcs_connection_spec.rb +52 -0
- data/spec/models/public_intercom_connection_spec.rb +52 -0
- data/spec/models/public_s3_compatible_connection_spec.rb +52 -0
- data/spec/models/public_zendesk_connection_spec.rb +52 -0
- data/spec/models/response_ok_spec.rb +36 -0
- data/spec/models/response_patchdocumentmetadata_spec.rb +21 -0
- data/spec/models/retrieval_spec.rb +36 -0
- data/spec/models/retrieve_params_spec.rb +72 -0
- data/spec/models/s3_compatible_credentials_spec.rb +54 -0
- data/spec/models/scored_chunk_spec.rb +84 -0
- data/spec/models/set_connection_enabled_payload_spec.rb +46 -0
- data/spec/models/sharepoint_data_spec.rb +42 -0
- data/spec/models/sharepoint_file_data_spec.rb +52 -0
- data/spec/models/sharepoint_site_data_spec.rb +42 -0
- data/spec/models/slack_data_spec.rb +42 -0
- data/spec/models/source_spec.rb +21 -0
- data/spec/models/status_spec.rb +21 -0
- data/spec/models/update_document_from_url_params_spec.rb +42 -0
- data/spec/models/update_document_raw_params_spec.rb +36 -0
- data/spec/models/update_instruction_params_spec.rb +36 -0
- data/spec/models/validation_error_loc_inner_spec.rb +21 -0
- data/spec/models/validation_error_spec.rb +48 -0
- data/spec/models/video_modality_data_spec.rb +46 -0
- data/spec/models/word_timestamp_spec.rb +54 -0
- data/spec/models/zendesk_credentials_spec.rb +48 -0
- data/spec/models/zendesk_data_spec.rb +36 -0
- data/spec/spec_helper.rb +111 -0
- metadata +680 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: b361867c4f498dfd5804a9a6497fb0d6f9579b5362bece353d2f30582c1f5255
|
|
4
|
+
data.tar.gz: 43e91d9b6b281e70179fa20e10ba95cc482719714641b39098a8aaae2747b5ef
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 7e5e84b039c99dd1c6f91eefadb775d980f23668e80c4c8779b076cdf3241ea3a59d9011edad3c7becf19a5dee96ec008060bf725685a2da7100f057e82c8491
|
|
7
|
+
data.tar.gz: 48b2936004a4cc84f2ff9afac6d10f4a555933e5158396fc74ffa0ad6ed950857d5beb2ec2f103937d6fd73288161537e83c2afb8d93a7ed1bbbc95614306621
|
data/Gemfile
ADDED
data/README.md
ADDED
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
# ragie_ruby_sdk
|
|
2
|
+
|
|
3
|
+
RagieRubySdk - the Ruby gem for the Ragie API
|
|
4
|
+
|
|
5
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
|
|
7
|
+
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
|
+
|
|
9
|
+
- API version: 1.0.0
|
|
10
|
+
- Package version: 1.0.0
|
|
11
|
+
- Generator version: 7.14.0
|
|
12
|
+
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
### Build a gem
|
|
17
|
+
|
|
18
|
+
To build the Ruby code into a gem:
|
|
19
|
+
|
|
20
|
+
```shell
|
|
21
|
+
gem build ragie_ruby_sdk.gemspec
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
Then either install the gem locally:
|
|
25
|
+
|
|
26
|
+
```shell
|
|
27
|
+
gem install ./ragie_ruby_sdk-1.0.0.gem
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
(for development, run `gem install --dev ./ragie_ruby_sdk-1.0.0.gem` to install the development dependencies)
|
|
31
|
+
|
|
32
|
+
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
|
+
|
|
34
|
+
Finally add this to the Gemfile:
|
|
35
|
+
|
|
36
|
+
gem 'ragie_ruby_sdk', '~> 1.0.0'
|
|
37
|
+
|
|
38
|
+
### Install from Git
|
|
39
|
+
|
|
40
|
+
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
|
|
41
|
+
|
|
42
|
+
gem 'ragie_ruby_sdk', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
|
|
43
|
+
|
|
44
|
+
### Include the Ruby code directly
|
|
45
|
+
|
|
46
|
+
Include the Ruby code directly using `-I` as follows:
|
|
47
|
+
|
|
48
|
+
```shell
|
|
49
|
+
ruby -Ilib script.rb
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Getting Started
|
|
53
|
+
|
|
54
|
+
Please follow the [installation](#installation) procedure and then run the following code:
|
|
55
|
+
|
|
56
|
+
```ruby
|
|
57
|
+
# Load the gem
|
|
58
|
+
require 'ragie_ruby_sdk'
|
|
59
|
+
|
|
60
|
+
# Setup authorization
|
|
61
|
+
RagieRubySdk.configure do |config|
|
|
62
|
+
# Configure Bearer authorization: auth
|
|
63
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
64
|
+
# Configure a proc to get access tokens in lieu of the static access_token configuration
|
|
65
|
+
config.access_token_getter = -> { 'YOUR TOKEN GETTER PROC' }
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
api_instance = RagieRubySdk::AuthenticatorsApi.new
|
|
69
|
+
payload = RagieRubySdk::CreateGoogleAuthenticator.new({provider: 'google', name: 'name_example', client_id: 'client_id_example', client_secret: 'client_secret_example'}) # Payload |
|
|
70
|
+
|
|
71
|
+
begin
|
|
72
|
+
#Create Authenticator
|
|
73
|
+
result = api_instance.create_authenticator(payload)
|
|
74
|
+
p result
|
|
75
|
+
rescue RagieRubySdk::ApiError => e
|
|
76
|
+
puts "Exception when calling AuthenticatorsApi->create_authenticator: #{e}"
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## Documentation for API Endpoints
|
|
82
|
+
|
|
83
|
+
All URIs are relative to *https://api.ragie.ai*
|
|
84
|
+
|
|
85
|
+
Class | Method | HTTP request | Description
|
|
86
|
+
------------ | ------------- | ------------- | -------------
|
|
87
|
+
*RagieRubySdk::AuthenticatorsApi* | [**create_authenticator**](docs/AuthenticatorsApi.md#create_authenticator) | **POST** /authenticators | Create Authenticator
|
|
88
|
+
*RagieRubySdk::AuthenticatorsApi* | [**create_authenticator_connection**](docs/AuthenticatorsApi.md#create_authenticator_connection) | **POST** /authenticators/{authenticator_id}/connection | Create Authenticator Connection
|
|
89
|
+
*RagieRubySdk::AuthenticatorsApi* | [**delete_authenticator_connection**](docs/AuthenticatorsApi.md#delete_authenticator_connection) | **DELETE** /authenticators/{authenticator_id} | Delete Authenticator
|
|
90
|
+
*RagieRubySdk::AuthenticatorsApi* | [**list_authenticators**](docs/AuthenticatorsApi.md#list_authenticators) | **GET** /authenticators | List Authenticators
|
|
91
|
+
*RagieRubySdk::BetaApi* | [**create_authenticator**](docs/BetaApi.md#create_authenticator) | **POST** /authenticators | Create Authenticator
|
|
92
|
+
*RagieRubySdk::BetaApi* | [**create_authenticator_connection**](docs/BetaApi.md#create_authenticator_connection) | **POST** /authenticators/{authenticator_id}/connection | Create Authenticator Connection
|
|
93
|
+
*RagieRubySdk::BetaApi* | [**create_connection**](docs/BetaApi.md#create_connection) | **POST** /connection | Create Connection
|
|
94
|
+
*RagieRubySdk::BetaApi* | [**delete_authenticator_connection**](docs/BetaApi.md#delete_authenticator_connection) | **DELETE** /authenticators/{authenticator_id} | Delete Authenticator
|
|
95
|
+
*RagieRubySdk::BetaApi* | [**list_authenticators**](docs/BetaApi.md#list_authenticators) | **GET** /authenticators | List Authenticators
|
|
96
|
+
*RagieRubySdk::ConnectionsApi* | [**create_connection**](docs/ConnectionsApi.md#create_connection) | **POST** /connection | Create Connection
|
|
97
|
+
*RagieRubySdk::ConnectionsApi* | [**create_oauth_redirect_url_connections_oauth_post**](docs/ConnectionsApi.md#create_oauth_redirect_url_connections_oauth_post) | **POST** /connections/oauth | Create Oauth Redirect Url
|
|
98
|
+
*RagieRubySdk::ConnectionsApi* | [**delete_connection_connections_connection_id_delete_post**](docs/ConnectionsApi.md#delete_connection_connections_connection_id_delete_post) | **POST** /connections/{connection_id}/delete | Delete Connection
|
|
99
|
+
*RagieRubySdk::ConnectionsApi* | [**get_connection_connections_connection_id_get**](docs/ConnectionsApi.md#get_connection_connections_connection_id_get) | **GET** /connections/{connection_id} | Get Connection
|
|
100
|
+
*RagieRubySdk::ConnectionsApi* | [**get_connection_stats_connections_connection_id_stats_get**](docs/ConnectionsApi.md#get_connection_stats_connections_connection_id_stats_get) | **GET** /connections/{connection_id}/stats | Get Connection Stats
|
|
101
|
+
*RagieRubySdk::ConnectionsApi* | [**list_connection_source_types_connections_source_type_get**](docs/ConnectionsApi.md#list_connection_source_types_connections_source_type_get) | **GET** /connections/source-type | List Connection Source Types
|
|
102
|
+
*RagieRubySdk::ConnectionsApi* | [**list_connections_connections_get**](docs/ConnectionsApi.md#list_connections_connections_get) | **GET** /connections | List Connections
|
|
103
|
+
*RagieRubySdk::ConnectionsApi* | [**set_connection_enabled_connections_connection_id_enabled_put**](docs/ConnectionsApi.md#set_connection_enabled_connections_connection_id_enabled_put) | **PUT** /connections/{connection_id}/enabled | Set Connection Enabled
|
|
104
|
+
*RagieRubySdk::ConnectionsApi* | [**set_connection_limits_connections_connection_id_limit_put**](docs/ConnectionsApi.md#set_connection_limits_connections_connection_id_limit_put) | **PUT** /connections/{connection_id}/limit | Set Connection Limits
|
|
105
|
+
*RagieRubySdk::ConnectionsApi* | [**sync_connection**](docs/ConnectionsApi.md#sync_connection) | **POST** /connections/{connection_id}/sync | Sync Connection
|
|
106
|
+
*RagieRubySdk::ConnectionsApi* | [**update_connection_connections_connection_id_put**](docs/ConnectionsApi.md#update_connection_connections_connection_id_put) | **PUT** /connections/{connection_id} | Update Connection
|
|
107
|
+
*RagieRubySdk::DocumentsApi* | [**create_document**](docs/DocumentsApi.md#create_document) | **POST** /documents | Create Document
|
|
108
|
+
*RagieRubySdk::DocumentsApi* | [**create_document_from_url**](docs/DocumentsApi.md#create_document_from_url) | **POST** /documents/url | Create Document From Url
|
|
109
|
+
*RagieRubySdk::DocumentsApi* | [**create_document_raw**](docs/DocumentsApi.md#create_document_raw) | **POST** /documents/raw | Create Document Raw
|
|
110
|
+
*RagieRubySdk::DocumentsApi* | [**delete_document**](docs/DocumentsApi.md#delete_document) | **DELETE** /documents/{document_id} | Delete Document
|
|
111
|
+
*RagieRubySdk::DocumentsApi* | [**get_document**](docs/DocumentsApi.md#get_document) | **GET** /documents/{document_id} | Get Document
|
|
112
|
+
*RagieRubySdk::DocumentsApi* | [**get_document_chunk**](docs/DocumentsApi.md#get_document_chunk) | **GET** /documents/{document_id}/chunks/{chunk_id} | Get Document Chunk
|
|
113
|
+
*RagieRubySdk::DocumentsApi* | [**get_document_chunk_content**](docs/DocumentsApi.md#get_document_chunk_content) | **GET** /documents/{document_id}/chunks/{chunk_id}/content | Get Document Chunk Content
|
|
114
|
+
*RagieRubySdk::DocumentsApi* | [**get_document_chunks**](docs/DocumentsApi.md#get_document_chunks) | **GET** /documents/{document_id}/chunks | Get Document Chunks
|
|
115
|
+
*RagieRubySdk::DocumentsApi* | [**get_document_content**](docs/DocumentsApi.md#get_document_content) | **GET** /documents/{document_id}/content | Get Document Content
|
|
116
|
+
*RagieRubySdk::DocumentsApi* | [**get_document_source**](docs/DocumentsApi.md#get_document_source) | **GET** /documents/{document_id}/source | Get Document Source
|
|
117
|
+
*RagieRubySdk::DocumentsApi* | [**get_document_summary**](docs/DocumentsApi.md#get_document_summary) | **GET** /documents/{document_id}/summary | Get Document Summary
|
|
118
|
+
*RagieRubySdk::DocumentsApi* | [**list_documents**](docs/DocumentsApi.md#list_documents) | **GET** /documents | List Documents
|
|
119
|
+
*RagieRubySdk::DocumentsApi* | [**patch_document_metadata**](docs/DocumentsApi.md#patch_document_metadata) | **PATCH** /documents/{document_id}/metadata | Patch Document Metadata
|
|
120
|
+
*RagieRubySdk::DocumentsApi* | [**update_document_file**](docs/DocumentsApi.md#update_document_file) | **PUT** /documents/{document_id}/file | Update Document File
|
|
121
|
+
*RagieRubySdk::DocumentsApi* | [**update_document_from_url**](docs/DocumentsApi.md#update_document_from_url) | **PUT** /documents/{document_id}/url | Update Document Url
|
|
122
|
+
*RagieRubySdk::DocumentsApi* | [**update_document_raw**](docs/DocumentsApi.md#update_document_raw) | **PUT** /documents/{document_id}/raw | Update Document Raw
|
|
123
|
+
*RagieRubySdk::EnterpriseApi* | [**create_authenticator**](docs/EnterpriseApi.md#create_authenticator) | **POST** /authenticators | Create Authenticator
|
|
124
|
+
*RagieRubySdk::EnterpriseApi* | [**create_authenticator_connection**](docs/EnterpriseApi.md#create_authenticator_connection) | **POST** /authenticators/{authenticator_id}/connection | Create Authenticator Connection
|
|
125
|
+
*RagieRubySdk::EnterpriseApi* | [**create_connection**](docs/EnterpriseApi.md#create_connection) | **POST** /connection | Create Connection
|
|
126
|
+
*RagieRubySdk::EnterpriseApi* | [**delete_authenticator_connection**](docs/EnterpriseApi.md#delete_authenticator_connection) | **DELETE** /authenticators/{authenticator_id} | Delete Authenticator
|
|
127
|
+
*RagieRubySdk::EnterpriseApi* | [**list_authenticators**](docs/EnterpriseApi.md#list_authenticators) | **GET** /authenticators | List Authenticators
|
|
128
|
+
*RagieRubySdk::EntitiesApi* | [**create_instruction**](docs/EntitiesApi.md#create_instruction) | **POST** /instructions | Create Instruction
|
|
129
|
+
*RagieRubySdk::EntitiesApi* | [**delete_instruction**](docs/EntitiesApi.md#delete_instruction) | **DELETE** /instructions/{instruction_id} | Delete Instruction
|
|
130
|
+
*RagieRubySdk::EntitiesApi* | [**list_entities_by_document**](docs/EntitiesApi.md#list_entities_by_document) | **GET** /documents/{document_id}/entities | Get Document Extracted Entities
|
|
131
|
+
*RagieRubySdk::EntitiesApi* | [**list_entities_by_instruction**](docs/EntitiesApi.md#list_entities_by_instruction) | **GET** /instructions/{instruction_id}/entities | Get Instruction Extracted Entities
|
|
132
|
+
*RagieRubySdk::EntitiesApi* | [**list_instructions**](docs/EntitiesApi.md#list_instructions) | **GET** /instructions | List Instructions
|
|
133
|
+
*RagieRubySdk::EntitiesApi* | [**update_instruction**](docs/EntitiesApi.md#update_instruction) | **PUT** /instructions/{instruction_id} | Update Instruction
|
|
134
|
+
*RagieRubySdk::PartitionsApi* | [**create_partition_partitions_post**](docs/PartitionsApi.md#create_partition_partitions_post) | **POST** /partitions | Create Partition
|
|
135
|
+
*RagieRubySdk::PartitionsApi* | [**delete_partition_partitions_partition_id_delete**](docs/PartitionsApi.md#delete_partition_partitions_partition_id_delete) | **DELETE** /partitions/{partition_id} | Delete Partition
|
|
136
|
+
*RagieRubySdk::PartitionsApi* | [**get_partition_partitions_partition_id_get**](docs/PartitionsApi.md#get_partition_partitions_partition_id_get) | **GET** /partitions/{partition_id} | Get Partition
|
|
137
|
+
*RagieRubySdk::PartitionsApi* | [**list_partitions_partitions_get**](docs/PartitionsApi.md#list_partitions_partitions_get) | **GET** /partitions | List Partitions
|
|
138
|
+
*RagieRubySdk::PartitionsApi* | [**set_partition_limits_partitions_partition_id_limits_put**](docs/PartitionsApi.md#set_partition_limits_partitions_partition_id_limits_put) | **PUT** /partitions/{partition_id}/limits | Set Partition Limits
|
|
139
|
+
*RagieRubySdk::RetrievalsApi* | [**retrieve**](docs/RetrievalsApi.md#retrieve) | **POST** /retrievals | Retrieve
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
## Documentation for Models
|
|
143
|
+
|
|
144
|
+
- [RagieRubySdk::AccessTokenCredentials](docs/AccessTokenCredentials.md)
|
|
145
|
+
- [RagieRubySdk::AsyncDocumentMetadataUpdate](docs/AsyncDocumentMetadataUpdate.md)
|
|
146
|
+
- [RagieRubySdk::AudioModalityData](docs/AudioModalityData.md)
|
|
147
|
+
- [RagieRubySdk::AuthenticatorConfluenceConnection](docs/AuthenticatorConfluenceConnection.md)
|
|
148
|
+
- [RagieRubySdk::AuthenticatorDropboxConnection](docs/AuthenticatorDropboxConnection.md)
|
|
149
|
+
- [RagieRubySdk::AuthenticatorGmailConnection](docs/AuthenticatorGmailConnection.md)
|
|
150
|
+
- [RagieRubySdk::AuthenticatorGoogleDriveConnection](docs/AuthenticatorGoogleDriveConnection.md)
|
|
151
|
+
- [RagieRubySdk::AuthenticatorHubspotConnection](docs/AuthenticatorHubspotConnection.md)
|
|
152
|
+
- [RagieRubySdk::AuthenticatorJiraConnection](docs/AuthenticatorJiraConnection.md)
|
|
153
|
+
- [RagieRubySdk::AuthenticatorList](docs/AuthenticatorList.md)
|
|
154
|
+
- [RagieRubySdk::AuthenticatorNotionConnection](docs/AuthenticatorNotionConnection.md)
|
|
155
|
+
- [RagieRubySdk::AuthenticatorOnedriveConnection](docs/AuthenticatorOnedriveConnection.md)
|
|
156
|
+
- [RagieRubySdk::AuthenticatorSalesforceConnection](docs/AuthenticatorSalesforceConnection.md)
|
|
157
|
+
- [RagieRubySdk::AuthenticatorSharepointConnection](docs/AuthenticatorSharepointConnection.md)
|
|
158
|
+
- [RagieRubySdk::AuthenticatorSlackConnection](docs/AuthenticatorSlackConnection.md)
|
|
159
|
+
- [RagieRubySdk::BackblazeCredentials](docs/BackblazeCredentials.md)
|
|
160
|
+
- [RagieRubySdk::BaseGetAuthenticator](docs/BaseGetAuthenticator.md)
|
|
161
|
+
- [RagieRubySdk::Body](docs/Body.md)
|
|
162
|
+
- [RagieRubySdk::BodyCreateDocument](docs/BodyCreateDocument.md)
|
|
163
|
+
- [RagieRubySdk::BodyUpdateDocumentFile](docs/BodyUpdateDocumentFile.md)
|
|
164
|
+
- [RagieRubySdk::BucketData](docs/BucketData.md)
|
|
165
|
+
- [RagieRubySdk::ConfluenceData](docs/ConfluenceData.md)
|
|
166
|
+
- [RagieRubySdk::Connection](docs/Connection.md)
|
|
167
|
+
- [RagieRubySdk::Connection1](docs/Connection1.md)
|
|
168
|
+
- [RagieRubySdk::Connection2](docs/Connection2.md)
|
|
169
|
+
- [RagieRubySdk::ConnectionBase](docs/ConnectionBase.md)
|
|
170
|
+
- [RagieRubySdk::ConnectionLimitExceededWebhook](docs/ConnectionLimitExceededWebhook.md)
|
|
171
|
+
- [RagieRubySdk::ConnectionLimitExceededWebhookPayload](docs/ConnectionLimitExceededWebhookPayload.md)
|
|
172
|
+
- [RagieRubySdk::ConnectionLimitParams](docs/ConnectionLimitParams.md)
|
|
173
|
+
- [RagieRubySdk::ConnectionList](docs/ConnectionList.md)
|
|
174
|
+
- [RagieRubySdk::ConnectionStats](docs/ConnectionStats.md)
|
|
175
|
+
- [RagieRubySdk::ConnectionSyncFinishedWebhook](docs/ConnectionSyncFinishedWebhook.md)
|
|
176
|
+
- [RagieRubySdk::ConnectionSyncFinishedWebhookPayload](docs/ConnectionSyncFinishedWebhookPayload.md)
|
|
177
|
+
- [RagieRubySdk::ConnectionSyncProgressWebhook](docs/ConnectionSyncProgressWebhook.md)
|
|
178
|
+
- [RagieRubySdk::ConnectionSyncProgressWebhookPayload](docs/ConnectionSyncProgressWebhookPayload.md)
|
|
179
|
+
- [RagieRubySdk::ConnectionSyncStartedWebhook](docs/ConnectionSyncStartedWebhook.md)
|
|
180
|
+
- [RagieRubySdk::ConnectionSyncStartedWebhookPayload](docs/ConnectionSyncStartedWebhookPayload.md)
|
|
181
|
+
- [RagieRubySdk::ConnectorSource](docs/ConnectorSource.md)
|
|
182
|
+
- [RagieRubySdk::ConnectorSourceTypeInfo](docs/ConnectorSourceTypeInfo.md)
|
|
183
|
+
- [RagieRubySdk::CreateAuthenticatorConnection](docs/CreateAuthenticatorConnection.md)
|
|
184
|
+
- [RagieRubySdk::CreateDocumentFromUrlParams](docs/CreateDocumentFromUrlParams.md)
|
|
185
|
+
- [RagieRubySdk::CreateDocumentRawParams](docs/CreateDocumentRawParams.md)
|
|
186
|
+
- [RagieRubySdk::CreateGoogleAuthenticator](docs/CreateGoogleAuthenticator.md)
|
|
187
|
+
- [RagieRubySdk::CreateInstructionParams](docs/CreateInstructionParams.md)
|
|
188
|
+
- [RagieRubySdk::CreatePartitionParams](docs/CreatePartitionParams.md)
|
|
189
|
+
- [RagieRubySdk::Data](docs/Data.md)
|
|
190
|
+
- [RagieRubySdk::DeleteConnectionPayload](docs/DeleteConnectionPayload.md)
|
|
191
|
+
- [RagieRubySdk::Document](docs/Document.md)
|
|
192
|
+
- [RagieRubySdk::DocumentChunk](docs/DocumentChunk.md)
|
|
193
|
+
- [RagieRubySdk::DocumentChunkDetail](docs/DocumentChunkDetail.md)
|
|
194
|
+
- [RagieRubySdk::DocumentChunkDetailModalityData](docs/DocumentChunkDetailModalityData.md)
|
|
195
|
+
- [RagieRubySdk::DocumentChunkList](docs/DocumentChunkList.md)
|
|
196
|
+
- [RagieRubySdk::DocumentDelete](docs/DocumentDelete.md)
|
|
197
|
+
- [RagieRubySdk::DocumentDeleteWebhook](docs/DocumentDeleteWebhook.md)
|
|
198
|
+
- [RagieRubySdk::DocumentDeleteWebhookPayload](docs/DocumentDeleteWebhookPayload.md)
|
|
199
|
+
- [RagieRubySdk::DocumentFileUpdate](docs/DocumentFileUpdate.md)
|
|
200
|
+
- [RagieRubySdk::DocumentGet](docs/DocumentGet.md)
|
|
201
|
+
- [RagieRubySdk::DocumentList](docs/DocumentList.md)
|
|
202
|
+
- [RagieRubySdk::DocumentMetadataUpdate](docs/DocumentMetadataUpdate.md)
|
|
203
|
+
- [RagieRubySdk::DocumentRawUpdate](docs/DocumentRawUpdate.md)
|
|
204
|
+
- [RagieRubySdk::DocumentSummary](docs/DocumentSummary.md)
|
|
205
|
+
- [RagieRubySdk::DocumentUpdateWebhook](docs/DocumentUpdateWebhook.md)
|
|
206
|
+
- [RagieRubySdk::DocumentUpdateWebhookPayload](docs/DocumentUpdateWebhookPayload.md)
|
|
207
|
+
- [RagieRubySdk::DocumentUrlUpdate](docs/DocumentUrlUpdate.md)
|
|
208
|
+
- [RagieRubySdk::DocumentWithContent](docs/DocumentWithContent.md)
|
|
209
|
+
- [RagieRubySdk::Entity](docs/Entity.md)
|
|
210
|
+
- [RagieRubySdk::EntityExtractedWebhook](docs/EntityExtractedWebhook.md)
|
|
211
|
+
- [RagieRubySdk::EntityExtractedWebhookPayload](docs/EntityExtractedWebhookPayload.md)
|
|
212
|
+
- [RagieRubySdk::EntityList](docs/EntityList.md)
|
|
213
|
+
- [RagieRubySdk::ErrorMessage](docs/ErrorMessage.md)
|
|
214
|
+
- [RagieRubySdk::FolderData](docs/FolderData.md)
|
|
215
|
+
- [RagieRubySdk::FreshdeskCredentials](docs/FreshdeskCredentials.md)
|
|
216
|
+
- [RagieRubySdk::FreshdeskData](docs/FreshdeskData.md)
|
|
217
|
+
- [RagieRubySdk::GmailData](docs/GmailData.md)
|
|
218
|
+
- [RagieRubySdk::GoogleFolderData](docs/GoogleFolderData.md)
|
|
219
|
+
- [RagieRubySdk::HTTPValidationError](docs/HTTPValidationError.md)
|
|
220
|
+
- [RagieRubySdk::HubspotData](docs/HubspotData.md)
|
|
221
|
+
- [RagieRubySdk::Instruction](docs/Instruction.md)
|
|
222
|
+
- [RagieRubySdk::IntercomCredentials](docs/IntercomCredentials.md)
|
|
223
|
+
- [RagieRubySdk::IntercomData](docs/IntercomData.md)
|
|
224
|
+
- [RagieRubySdk::Link](docs/Link.md)
|
|
225
|
+
- [RagieRubySdk::ListConnectorSourceTypeInfo](docs/ListConnectorSourceTypeInfo.md)
|
|
226
|
+
- [RagieRubySdk::MediaModeParam](docs/MediaModeParam.md)
|
|
227
|
+
- [RagieRubySdk::MediaType](docs/MediaType.md)
|
|
228
|
+
- [RagieRubySdk::MetadataValue](docs/MetadataValue.md)
|
|
229
|
+
- [RagieRubySdk::MetadataValue1](docs/MetadataValue1.md)
|
|
230
|
+
- [RagieRubySdk::Mode](docs/Mode.md)
|
|
231
|
+
- [RagieRubySdk::Mode1](docs/Mode1.md)
|
|
232
|
+
- [RagieRubySdk::Mode2](docs/Mode2.md)
|
|
233
|
+
- [RagieRubySdk::Mode2OneOf](docs/Mode2OneOf.md)
|
|
234
|
+
- [RagieRubySdk::OAuthCredentials](docs/OAuthCredentials.md)
|
|
235
|
+
- [RagieRubySdk::OAuthRefreshTokenCredentials](docs/OAuthRefreshTokenCredentials.md)
|
|
236
|
+
- [RagieRubySdk::OAuthUrlCreate](docs/OAuthUrlCreate.md)
|
|
237
|
+
- [RagieRubySdk::OAuthUrlResponse](docs/OAuthUrlResponse.md)
|
|
238
|
+
- [RagieRubySdk::OnedriveData](docs/OnedriveData.md)
|
|
239
|
+
- [RagieRubySdk::Pagination](docs/Pagination.md)
|
|
240
|
+
- [RagieRubySdk::Partition](docs/Partition.md)
|
|
241
|
+
- [RagieRubySdk::PartitionDetail](docs/PartitionDetail.md)
|
|
242
|
+
- [RagieRubySdk::PartitionLimitExceededWebhook](docs/PartitionLimitExceededWebhook.md)
|
|
243
|
+
- [RagieRubySdk::PartitionLimitExceededWebhookPayload](docs/PartitionLimitExceededWebhookPayload.md)
|
|
244
|
+
- [RagieRubySdk::PartitionLimitParams](docs/PartitionLimitParams.md)
|
|
245
|
+
- [RagieRubySdk::PartitionLimitResetWebhook](docs/PartitionLimitResetWebhook.md)
|
|
246
|
+
- [RagieRubySdk::PartitionLimitResetWebhookPayload](docs/PartitionLimitResetWebhookPayload.md)
|
|
247
|
+
- [RagieRubySdk::PartitionLimits](docs/PartitionLimits.md)
|
|
248
|
+
- [RagieRubySdk::PartitionList](docs/PartitionList.md)
|
|
249
|
+
- [RagieRubySdk::PartitionStats](docs/PartitionStats.md)
|
|
250
|
+
- [RagieRubySdk::PartitionStrategy](docs/PartitionStrategy.md)
|
|
251
|
+
- [RagieRubySdk::PatchDocumentMetadataParams](docs/PatchDocumentMetadataParams.md)
|
|
252
|
+
- [RagieRubySdk::Payload](docs/Payload.md)
|
|
253
|
+
- [RagieRubySdk::PublicBackblazeConnection](docs/PublicBackblazeConnection.md)
|
|
254
|
+
- [RagieRubySdk::PublicCreateConnection](docs/PublicCreateConnection.md)
|
|
255
|
+
- [RagieRubySdk::PublicFreshdeskConnection](docs/PublicFreshdeskConnection.md)
|
|
256
|
+
- [RagieRubySdk::PublicGCSConnection](docs/PublicGCSConnection.md)
|
|
257
|
+
- [RagieRubySdk::PublicIntercomConnection](docs/PublicIntercomConnection.md)
|
|
258
|
+
- [RagieRubySdk::PublicS3CompatibleConnection](docs/PublicS3CompatibleConnection.md)
|
|
259
|
+
- [RagieRubySdk::PublicZendeskConnection](docs/PublicZendeskConnection.md)
|
|
260
|
+
- [RagieRubySdk::ResponseOK](docs/ResponseOK.md)
|
|
261
|
+
- [RagieRubySdk::ResponsePatchdocumentmetadata](docs/ResponsePatchdocumentmetadata.md)
|
|
262
|
+
- [RagieRubySdk::Retrieval](docs/Retrieval.md)
|
|
263
|
+
- [RagieRubySdk::RetrieveParams](docs/RetrieveParams.md)
|
|
264
|
+
- [RagieRubySdk::S3CompatibleCredentials](docs/S3CompatibleCredentials.md)
|
|
265
|
+
- [RagieRubySdk::ScoredChunk](docs/ScoredChunk.md)
|
|
266
|
+
- [RagieRubySdk::SetConnectionEnabledPayload](docs/SetConnectionEnabledPayload.md)
|
|
267
|
+
- [RagieRubySdk::SharepointData](docs/SharepointData.md)
|
|
268
|
+
- [RagieRubySdk::SharepointFileData](docs/SharepointFileData.md)
|
|
269
|
+
- [RagieRubySdk::SharepointSiteData](docs/SharepointSiteData.md)
|
|
270
|
+
- [RagieRubySdk::SlackData](docs/SlackData.md)
|
|
271
|
+
- [RagieRubySdk::Source](docs/Source.md)
|
|
272
|
+
- [RagieRubySdk::Status](docs/Status.md)
|
|
273
|
+
- [RagieRubySdk::UpdateDocumentFromUrlParams](docs/UpdateDocumentFromUrlParams.md)
|
|
274
|
+
- [RagieRubySdk::UpdateDocumentRawParams](docs/UpdateDocumentRawParams.md)
|
|
275
|
+
- [RagieRubySdk::UpdateInstructionParams](docs/UpdateInstructionParams.md)
|
|
276
|
+
- [RagieRubySdk::ValidationError](docs/ValidationError.md)
|
|
277
|
+
- [RagieRubySdk::ValidationErrorLocInner](docs/ValidationErrorLocInner.md)
|
|
278
|
+
- [RagieRubySdk::VideoModalityData](docs/VideoModalityData.md)
|
|
279
|
+
- [RagieRubySdk::WordTimestamp](docs/WordTimestamp.md)
|
|
280
|
+
- [RagieRubySdk::ZendeskCredentials](docs/ZendeskCredentials.md)
|
|
281
|
+
- [RagieRubySdk::ZendeskData](docs/ZendeskData.md)
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
## Documentation for Authorization
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
Authentication schemes defined for the API:
|
|
288
|
+
### auth
|
|
289
|
+
|
|
290
|
+
- **Type**: Bearer authentication
|
|
291
|
+
|
data/Rakefile
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# RagieRubySdk::AccessTokenCredentials
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **access_token** | **String** | | |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'ragie_ruby_sdk'
|
|
13
|
+
|
|
14
|
+
instance = RagieRubySdk::AccessTokenCredentials.new(
|
|
15
|
+
access_token: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# RagieRubySdk::AsyncDocumentMetadataUpdate
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | **String** | | |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'ragie_ruby_sdk'
|
|
13
|
+
|
|
14
|
+
instance = RagieRubySdk::AsyncDocumentMetadataUpdate.new(
|
|
15
|
+
status: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# RagieRubySdk::AudioModalityData
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **type** | **String** | | [optional][default to 'audio'] |
|
|
8
|
+
| **word_timestamps** | [**Array<WordTimestamp>**](WordTimestamp.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'ragie_ruby_sdk'
|
|
14
|
+
|
|
15
|
+
instance = RagieRubySdk::AudioModalityData.new(
|
|
16
|
+
type: null,
|
|
17
|
+
word_timestamps: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# RagieRubySdk::AuthenticatorConfluenceConnection
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **provider** | **String** | | |
|
|
8
|
+
| **data** | [**Array<ConfluenceData>**](ConfluenceData.md) | | |
|
|
9
|
+
| **credentials** | [**OAuthRefreshTokenCredentials**](OAuthRefreshTokenCredentials.md) | | |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'ragie_ruby_sdk'
|
|
15
|
+
|
|
16
|
+
instance = RagieRubySdk::AuthenticatorConfluenceConnection.new(
|
|
17
|
+
provider: null,
|
|
18
|
+
data: null,
|
|
19
|
+
credentials: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# RagieRubySdk::AuthenticatorDropboxConnection
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **provider** | **String** | | |
|
|
8
|
+
| **data** | [**FolderData**](FolderData.md) | | |
|
|
9
|
+
| **email** | **String** | The email of the Dropbox account this is for | |
|
|
10
|
+
| **credentials** | [**OAuthRefreshTokenCredentials**](OAuthRefreshTokenCredentials.md) | | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'ragie_ruby_sdk'
|
|
16
|
+
|
|
17
|
+
instance = RagieRubySdk::AuthenticatorDropboxConnection.new(
|
|
18
|
+
provider: null,
|
|
19
|
+
data: null,
|
|
20
|
+
email: null,
|
|
21
|
+
credentials: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# RagieRubySdk::AuthenticatorGmailConnection
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **provider** | **String** | | |
|
|
8
|
+
| **data** | [**GmailData**](GmailData.md) | | |
|
|
9
|
+
| **email** | **String** | The email of the Google Drive account this is for | |
|
|
10
|
+
| **credentials** | [**OAuthRefreshTokenCredentials**](OAuthRefreshTokenCredentials.md) | | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'ragie_ruby_sdk'
|
|
16
|
+
|
|
17
|
+
instance = RagieRubySdk::AuthenticatorGmailConnection.new(
|
|
18
|
+
provider: null,
|
|
19
|
+
data: null,
|
|
20
|
+
email: null,
|
|
21
|
+
credentials: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# RagieRubySdk::AuthenticatorGoogleDriveConnection
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **provider** | **String** | | |
|
|
8
|
+
| **data** | [**Array<GoogleFolderData>**](GoogleFolderData.md) | | |
|
|
9
|
+
| **email** | **String** | The email of the Google Drive account this is for | |
|
|
10
|
+
| **credentials** | [**OAuthRefreshTokenCredentials**](OAuthRefreshTokenCredentials.md) | | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'ragie_ruby_sdk'
|
|
16
|
+
|
|
17
|
+
instance = RagieRubySdk::AuthenticatorGoogleDriveConnection.new(
|
|
18
|
+
provider: null,
|
|
19
|
+
data: null,
|
|
20
|
+
email: null,
|
|
21
|
+
credentials: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# RagieRubySdk::AuthenticatorHubspotConnection
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **provider** | **String** | | |
|
|
8
|
+
| **data** | [**HubspotData**](HubspotData.md) | | |
|
|
9
|
+
| **hub_id** | **String** | | |
|
|
10
|
+
| **hub_domain** | **String** | | |
|
|
11
|
+
| **credentials** | [**OAuthRefreshTokenCredentials**](OAuthRefreshTokenCredentials.md) | | |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'ragie_ruby_sdk'
|
|
17
|
+
|
|
18
|
+
instance = RagieRubySdk::AuthenticatorHubspotConnection.new(
|
|
19
|
+
provider: null,
|
|
20
|
+
data: null,
|
|
21
|
+
hub_id: null,
|
|
22
|
+
hub_domain: null,
|
|
23
|
+
credentials: null
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# RagieRubySdk::AuthenticatorJiraConnection
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **provider** | **String** | | |
|
|
8
|
+
| **credentials** | [**OAuthRefreshTokenCredentials**](OAuthRefreshTokenCredentials.md) | | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'ragie_ruby_sdk'
|
|
14
|
+
|
|
15
|
+
instance = RagieRubySdk::AuthenticatorJiraConnection.new(
|
|
16
|
+
provider: null,
|
|
17
|
+
credentials: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# RagieRubySdk::AuthenticatorList
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **pagination** | [**Pagination**](Pagination.md) | | |
|
|
8
|
+
| **authenticators** | [**Array<BaseGetAuthenticator>**](BaseGetAuthenticator.md) | | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'ragie_ruby_sdk'
|
|
14
|
+
|
|
15
|
+
instance = RagieRubySdk::AuthenticatorList.new(
|
|
16
|
+
pagination: null,
|
|
17
|
+
authenticators: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# RagieRubySdk::AuthenticatorNotionConnection
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **provider** | **String** | | |
|
|
8
|
+
| **workspace_id** | **String** | | |
|
|
9
|
+
| **workspace_name** | **String** | | |
|
|
10
|
+
| **user_email** | **String** | The email of the Notion account this is for | |
|
|
11
|
+
| **credentials** | [**AccessTokenCredentials**](AccessTokenCredentials.md) | | |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'ragie_ruby_sdk'
|
|
17
|
+
|
|
18
|
+
instance = RagieRubySdk::AuthenticatorNotionConnection.new(
|
|
19
|
+
provider: null,
|
|
20
|
+
workspace_id: null,
|
|
21
|
+
workspace_name: null,
|
|
22
|
+
user_email: null,
|
|
23
|
+
credentials: null
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# RagieRubySdk::AuthenticatorOnedriveConnection
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **provider** | **String** | | |
|
|
8
|
+
| **data** | [**OnedriveData**](OnedriveData.md) | | |
|
|
9
|
+
| **user_email** | **String** | The email of the Onedrive account this is for | |
|
|
10
|
+
| **credentials** | [**OAuthRefreshTokenCredentials**](OAuthRefreshTokenCredentials.md) | | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'ragie_ruby_sdk'
|
|
16
|
+
|
|
17
|
+
instance = RagieRubySdk::AuthenticatorOnedriveConnection.new(
|
|
18
|
+
provider: null,
|
|
19
|
+
data: null,
|
|
20
|
+
user_email: null,
|
|
21
|
+
credentials: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# RagieRubySdk::AuthenticatorSalesforceConnection
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **provider** | **String** | | |
|
|
8
|
+
| **user_email** | **String** | The email of the Salesforce account this is for | |
|
|
9
|
+
| **url** | **String** | The url of your Salesforce instance, where you go to login. | |
|
|
10
|
+
| **credentials** | [**OAuthRefreshTokenCredentials**](OAuthRefreshTokenCredentials.md) | | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'ragie_ruby_sdk'
|
|
16
|
+
|
|
17
|
+
instance = RagieRubySdk::AuthenticatorSalesforceConnection.new(
|
|
18
|
+
provider: null,
|
|
19
|
+
user_email: null,
|
|
20
|
+
url: null,
|
|
21
|
+
credentials: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# RagieRubySdk::AuthenticatorSharepointConnection
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **provider** | **String** | | |
|
|
8
|
+
| **data** | [**SharepointData**](SharepointData.md) | | |
|
|
9
|
+
| **user_email** | **String** | The email of the Sharepoint account this is for | |
|
|
10
|
+
| **credentials** | [**OAuthRefreshTokenCredentials**](OAuthRefreshTokenCredentials.md) | | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'ragie_ruby_sdk'
|
|
16
|
+
|
|
17
|
+
instance = RagieRubySdk::AuthenticatorSharepointConnection.new(
|
|
18
|
+
provider: null,
|
|
19
|
+
data: null,
|
|
20
|
+
user_email: null,
|
|
21
|
+
credentials: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|