Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 700 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 700 Bytes

RELEX Monitoring API demo application

This repository contains demo applications showing code examples of how RELEX customers can interact with the RELEX Monitoring API.

The application is not expected to be run as-is, it is rather provided as a code sample.

Current examples

File events API - file_events.py

  • Accessing file events endpoint to check file upload status.
  • Verifying that important files have been processed by RELEX.

Job events API - job_events.py

  • Accessing job events endpoint to check job status.
  • Verifying that important jobs have been completed by RELEX.