Skip to content

bleetube/snow-way-out

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snow Way Out

Simple Python wrapper for making api calls to ServiceNow.

Development

Clone the repo and install dependencies into a local virtual environment.

python3 -m venv .venv
source .venv/bin/activate
pip install --editable .

Tests

Export variables for your environment, otherwise the test will prompt you for input.

export SNOW_ENDPOINT="https://example.service-now.com"
export SNOW_API_USERNAME=example
export SNOW_API_PASSWORD=hunter2
pytest

About

ServiceNow API Wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages