Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 926 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 926 Bytes

Beyond API Validator

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.

🚀 Getting Started

Follow these simple steps to validate your API:

1. Set Up Your Environment

Navigate to the Beyond Validator directory:

$ cd beyond_validator

Install the necessary dependencies:

$ pip3 install -r requirements.txt

2. Configure Your Validator

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.

3. Run the Validator

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.