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.2.7.tar.gz
(26.3 kB
view details)
Built Distribution
File details
Details for the file pyservicenow-0.2.7.tar.gz
.
File metadata
- Download URL: pyservicenow-0.2.7.tar.gz
- Upload date:
- Size: 26.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2231cad2fb1c6d396008a51cb1ad498351c28a92b05a0c7e094f5a8cf09dd938 |
|
MD5 | a79954de80cc71174084f89387714ed6 |
|
BLAKE2b-256 | 66c771b55792be0f6e1ace1644e054ca3f5551e37deff1be15b75d36f2f2694c |
File details
Details for the file pyservicenow-0.2.7-py3-none-any.whl
.
File metadata
- Download URL: pyservicenow-0.2.7-py3-none-any.whl
- Upload date:
- Size: 50.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac18e9e3fca24d266a274ff47fe31426f3aeeb0aa1f2c80922ef23a0def00815 |
|
MD5 | 2e6429d7af7f332582cdddbe8a2b09b6 |
|
BLAKE2b-256 | b59ade56fec83bdef8231c92459130b201b4c881f1c63a77d72463a5dd55e61e |