Skip to content

Automatically Generate Postman Files from TigerGraph Solutions

Notifications You must be signed in to change notification settings

TigerGraph-DevLabs/TG_Endpoints_to_Postman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages