Skip to content

1024inc/beyond_validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages