Python library for the ServiceNow REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2016 02:42 AM
Hello,
I've created a rebuild of python-servicenow-rest called pysnow, a library for interfacing with the ServiceNow REST API.
It's easy to use, well documented, tested and integrated with travis-ci.
Compatible with python 2 and 3.
Installing is simple:
# pip install pysnow
You'll find documentation and more info on Github:
GitHub - rbw0/pysnow: Python library for the ServiceNow REST API
Feel free to check it out (and contribute if you see any issues!)
Regards,
Robert
- Labels:
-
Integrations
-
Scripting and Coding
- 26,747 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2018 08:16 PM
I've been gathering a list of Servicenow Resouces and found this on github a few weeks ago.
Feel free to check out other resources here;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2019 12:05 AM
Is pysnow library is compatible with all versions of ServiceNOW?
That is will the migration from one ServiceNOW version to another, will it affect the working of codes written earlier with pysnow library - w.r.t the apis being targeted?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2019 01:05 AM
Hello,
It should be compatible with modern versions of ServiceNow.
If there's API breakage or new features implemented, I usually have that fixed/incorporated into pysnow in a week or two.
/Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2019 02:48 AM
Hi Robert,
Okay, so pysnow would support the latest versions of ServiceNOW with a margin of a few weeks. Thank you for the clarification.