The CreatorCon Call for Content is officially open! Get started here.

Python library for the ServiceNow REST API

rbw0
Giga Contributor

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

7 REPLIES 7

Jace Benson
Mega Sage

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; 

https://hub.sndevs.com

Varsha13
Kilo Contributor

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?

rbw0
Giga Contributor

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

 

Varsha13
Kilo Contributor

Hi Robert,

Okay, so pysnow would support the latest versions of ServiceNOW with a margin of a few weeks. Thank you for the clarification.