TigerGraph-DevLabs / TG_Endpoints_to_Postman

Automatically Generate Postman Files from TigerGraph Solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TigerGraph Endpoints to Postman File

About

This script will create a Postman file from a TigerGraph solution.

Quick Start - Static

  1. Clone and enter this repository.
git clone https://github.com/TigerGraph-DevLabs/TG_Endpoints_to_Postman.git
cd TG_Endpoints_to_Postman
  1. Create a new virtual environment and activate it
python3 -m venv venv
source venv/bin/activate
  1. Install pyTigerGraph
pip install pyTigerGraph
  1. Update cred.py to the appropriate graph credentials
  2. Run python3 endpoints_to_postman.py

Quick Start - Interactive

  1. Clone and enter this repository.
git clone https://github.com/TigerGraph-DevLabs/TG_Endpoints_to_Postman.git
cd TG_Endpoints_to_Postman
  1. Create a new virtual environment and activate it
python3 -m venv venv
source venv/bin/activate
  1. Install pyTigerGraph and Rich
pip install pyTigerGraph rich
  1. Run python3 interactive_postman.py and follow the prompts

About

Automatically Generate Postman Files from TigerGraph Solutions


Languages

Language:Python 100.0%