This script will create a Postman file from a TigerGraph solution.
- Clone and enter this repository.
git clone https://github.com/TigerGraph-DevLabs/TG_Endpoints_to_Postman.git
cd TG_Endpoints_to_Postman
- Create a new virtual environment and activate it
python3 -m venv venv
source venv/bin/activate
- Install pyTigerGraph
pip install pyTigerGraph
- Update
cred.py
to the appropriate graph credentials - Run
python3 endpoints_to_postman.py
- Clone and enter this repository.
git clone https://github.com/TigerGraph-DevLabs/TG_Endpoints_to_Postman.git
cd TG_Endpoints_to_Postman
- Create a new virtual environment and activate it
python3 -m venv venv
source venv/bin/activate
- Install pyTigerGraph and Rich
pip install pyTigerGraph rich
- Run
python3 interactive_postman.py
and follow the prompts