Skip to content

Files

Latest commit

ed02e14 · Oct 4, 2018

History

History
16 lines (9 loc) · 487 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 487 Bytes

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