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.6.tar.gz
(26.3 kB
view details)
Built Distribution
File details
Details for the file pyservicenow-0.2.6.tar.gz
.
File metadata
- Download URL: pyservicenow-0.2.6.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 | 59d4a2dbfca42c7864101161a35cdea434069d7d488f1f3a095d2a7d73660286 |
|
MD5 | 0f725193b2d282f2b111edbbf5f6ae2d |
|
BLAKE2b-256 | 466c3d3728723a1d7f58498822321e29a6e4c288d3bed79431ce016ab090820d |
File details
Details for the file pyservicenow-0.2.6-py3-none-any.whl
.
File metadata
- Download URL: pyservicenow-0.2.6-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 | b5e42e7b005d7db2c00af670b627cddd16c8324c8dd11273a64ce45478b713c1 |
|
MD5 | fecc4bbb6d6b3adf16801349c668e2ae |
|
BLAKE2b-256 | 63130ccf9e26db09c55bc5103728db87870dbea231c39e43c8a2a5c0a63e31dc |