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.4.0.tar.gz
(29.2 kB
view details)
Built Distribution
File details
Details for the file pyservicenow-0.4.0.tar.gz
.
File metadata
- Download URL: pyservicenow-0.4.0.tar.gz
- Upload date:
- Size: 29.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5267d61e187061488b174490691da0b57d24e3929c3dea9496675b26847d02d0 |
|
MD5 | 4d925ace8abbdef9a2f7228d70a2e98d |
|
BLAKE2b-256 | 0685b2578c3852669a96e51bf4116a82b2daa6d3e1e98731e9e38a947d424d37 |
File details
Details for the file pyservicenow-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: pyservicenow-0.4.0-py3-none-any.whl
- Upload date:
- Size: 59.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea73edcf564add53c1bc7b97979f847a646b411ef6913decdcdb702829b6b0d2 |
|
MD5 | 95b1279f33bb7aae1964ebe095049298 |
|
BLAKE2b-256 | 25487c9c1a49fac9cf15767955faef8c09210988c12e9148187c73aa2048da58 |