Welcome to the Beyond API Validator! This tool helps you ensure that your API endpoints are compatible with Beyond and returning data in the expected format.
Follow these simple steps to validate your API:
Navigate to the Beyond Validator directory:
$ cd beyond_validator
Install the necessary dependencies:
$ pip3 install -r requirements.txt
Open the validator file and configure it by adding your specific variables:
BASE_URL
: This is the base URL for all your API endpoints.API_KEY
: Your unique API key.
Execute the validator script to see the results of your API checks:
$ python3 validator.py
The script will return the results of the validation process. Any errors or issues will be displayed in the output for your review.