Skip to content

thiagomachado/service_now_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A python client to Service Now API. This project is a fork of Parul Neeraj project (https://pypi.org/project/servicenow-client/).

Examples of usage:

Init client

Params:

  • String instance: if your instance is test.service-now.com use test
  • String user: user name
  • String password: password

    E.g.: service_now_client = ServiceNowClient(instance, user, password)

About

A python client to Service Now API. This project is a fork of Parul Neeraj project (https://pypi.org/project/servicenow/).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages