-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83f227f
commit ed02e14
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# mds-validator | ||
A package to automatically validate MDS APIs for compliance and testing purposes. | ||
|
||
To validate an API, you'll need an active Bearer token. | ||
|
||
For example, to validate the lime API, you can run `python validator.py --provider-name lime --token [YOUR TOKEN HERE] --postfix /los_angeles`. | ||
|
||
## Developing / installing | ||
|
||
mds-validator uses pipenv. To install packages and run the script: | ||
|
||
1. `pipenv install` | ||
|
||
2. `pipenv shell` | ||
|
||
3. `python validator.py --your-commands-here` |