Skip to content

A simple python script to cycle through all workspaces and find any APIs being managed within Postman

License

Notifications You must be signed in to change notification settings

postman-solutions-eng/api_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postman API Finder Utility

The api_finder python utility allows a user the ability to find all API specifications that are being managed within all availabel team workspaces .

Prerequisites

Python Requirements

The required python modules can be installed with the use of the requirements.txt file which can be loaded via.

pip(3) install -r requirements.txt    

Usage

python(3) findit.py [-apikey POSTMAN_APIKEY]

If the Postman API key is not provided via the commandline the script will attempt to pull the value from the user's environment via a variable named postman_apikey.

License

MIT

About

A simple python script to cycle through all workspaces and find any APIs being managed within Postman

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages