Python wrapper for Service-Now REST API
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("alm_hardware").Request.Query(str(query)).Limit(1).Get.Invoke
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.1.13.tar.gz
(16.9 kB
view details)
Built Distribution
File details
Details for the file pyservicenow-0.1.13.tar.gz
.
File metadata
- Download URL: pyservicenow-0.1.13.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a307cf180426e746b20a0c98160e99fc1fbede586cdbc250fedb2b3ee1adea0 |
|
MD5 | 484962ad277e658b52aa7a188074afeb |
|
BLAKE2b-256 | 5197d7f30ccda74c951cd58f43be6ea17c850d0b67768fd68a0a60e6a63b986f |
File details
Details for the file pyservicenow-0.1.13-py2.py3-none-any.whl
.
File metadata
- Download URL: pyservicenow-0.1.13-py2.py3-none-any.whl
- Upload date:
- Size: 30.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c2a546bce9a949aa844f3aaabbf4ee9ffc65178d987b455fcae1e846e081577 |
|
MD5 | 888e1f91a0aaefff75c4b8ed7de03ae8 |
|
BLAKE2b-256 | e3d2ee14746a886aa844f174b5bbc00dea8a8a73e1c4c2027c033b8ca92b4e35 |