This repository contains a demo application showing examples of how RELEX customers can interact with the RELEX Monitoring API.
The application requires Python 3 and the requests
library:
pip install -r requirements.txt
python main.py
- Accessing file events endpoint to check file upload status.
- Verifying that important files have been processed by RELEX.
The demo application currently focuses on the File events endpoint. Examples for Job events will be added in the future.