Python wrapper for Service-Now REST APIs
Project description
PyServiceNow
Distributing
Check any of the Release/* branches to find the needed version Check under dist for the .whl file
pip install *.whl
Making Wheel
python setup.py bdist_wheel --universal
Example Basic Call
from pyservicenow.core import UsernamePasswordCredential, ServiceNowClient
from pyservicenow.types.models.querybuilder import QueryBuilder
credential = UsernamePasswordCredential("", "")
client = ServiceNowClient(credential=credential, instance="instance")
query = QueryBuilder().field("serial_number").equals("92XWKW2")
Ticket = client.Now.table_api("alm_hardware").Request.sysparam_query(query).sysparam_limit(1).Get.invoke_request
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyservicenow-0.3.0.tar.gz
(27.8 kB
view details)
Built Distribution
File details
Details for the file pyservicenow-0.3.0.tar.gz
.
File metadata
- Download URL: pyservicenow-0.3.0.tar.gz
- Upload date:
- Size: 27.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df21aaed9572d16affbd699099a60ca7261643e537b08f0640abeb9d65d53309 |
|
MD5 | 7b2e93e98fe0a952832b31a14c9d78be |
|
BLAKE2b-256 | 07fec56ca1a0bac63e8b86616891c399361d75e2c4a20d4b8a5b527e29e02293 |
File details
Details for the file pyservicenow-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: pyservicenow-0.3.0-py3-none-any.whl
- Upload date:
- Size: 55.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25a8a4e014d94d60f847f83cae646e05f518efc88fe099826666f373d647fe18 |
|
MD5 | 98fe90768a707da33297bcf894cb75c2 |
|
BLAKE2b-256 | b8fcb3eabc9fd79e8e9c3ae9faa642b92df13bdb6013ad83bb20080c5695da2a |