Skip to content

v3.5.0

Choose a tag to compare

@rami-amasha-copyleaks rami-amasha-copyleaks released this 01 Jul 15:12
· 43 commits to master since this release
6563aeb

Webhooks Model Integration

All Webhook Models Added: We have successfully integrated all models corresponding to the various webhook events you can receive from Copyleaks servers. This includes models for:

  • completed: Indicates a scan that has successfully finished.
  • error: Represents a scan that ended with an error.
  • creditsChecked: Provides information about the credit cost estimation for a scan.
  • indexed: Signifies that a submitted file has been indexed into Copyleaks' internal database.
  • new-result: Reports newly found results instantly, providing a real-time stream of updates.
  • export complete: Triggers after an export request completes;

These models allow users to effectively handle and utilize data received from Copyleaks, enhancing the overall functionality and adaptability of our platform.

Demo Update

  • Server Listening to Webhooks: Our demo now includes a server component designed to listen for incoming webhooks from Copyleaks. This practical example demonstrates how to handle these in real-time, serving as a guide for your own implementations.
  • Deserialization Guide: Learn how to employ Copyleaks classes to deserialize incoming webhook data efficiently. This new capability ensures you can easily parse and manipulate the data received, simplifying integration and improving data management.