RubyGems Navigation menu

tca_client 1.0.4

Turnitin Core API (TCA) provides direct API access to the core functionality provided by Turnitin. TCA supports file submission, similarity report generation, group management, and visualization of report matches via Cloud Viewer or PDF download. Below is the full flow to successfully set up an integration scope, an API Key, and make calls to TCA. Integration Scope and API Key management is done via the Admin Console UI by logging in as an admin user. For more details, go to our [developer portal documentation page](https://developers.turnitin.com/docs). ## Integration Scope and API Key Management TCA API calls must provide an API Key for authentication, so you must first have at least one integration scope associated with at least one API Key to use TCA. ### Admin Console UI First, login to Admin Console UI as an *Admin* user with permission to create Integration Scopes, under a tenant that is licensed to use the TCA product Integration Scopes (you can create a new one, or add keys to existing) * Click `Integrations` in the side bar --> `+ Add Integration` at top the top of the page --> Enter a name --> `Add` Button API Keys * Click `Integrations` in the side bar --> `Create API Key` Button next to a given Integration Scope --> Enter a name --> click `Create and View button` * Copy/Save the key manually or click save to clipboard button to copy it (this is the only time it will show) ## TCA Flow * Register a webhook * Create a submission * Upload a file for the submission * Wait for the submission upload to process * If you registered a webhook, a callback will be sent to it when upload is complete * The status of the *submission* will also update to `COMPLETE` * Request a Similarity Report * Wait for similarity report to process * If you registered a webhook, a callback will be sent to it when report is complete * The status of the *report* will also be updated to `COMPLETE` * Request a URL with parameters to view the Similarity Report

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.0.4 - April 15, 2023 (1.07 MB)
  2. 1.0.3 - April 15, 2023 (550 KB)
  3. 1.0.2 - April 15, 2023 (278 KB)
  4. 1.0.1 - November 22, 2022 (142 KB)
  5. 1.0.0 - November 10, 2022 (66.5 KB)

Runtime Dependencies (1):

typhoeus ~> 1.0, >= 1.0.1

Development Dependencies (1):

rspec >= 3.6.0, ~> 3.6

Owners:

Pushed by:

Authors:

  • OpenAPI-Generator

SHA 256 checksum:

6d72702d0e4b02f4cec236a0f34f32b74fcc3072b29b3a42c486f646575b548f

Total downloads 2,347

For this version 939

License:

Unlicense

Required Ruby Version: >= 2.7

Links: