Skip to main content

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


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)

Uploaded Source

Built Distribution

pyservicenow-0.2.7-py3-none-any.whl (50.5 kB view details)

Uploaded Python 3

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

Hashes for pyservicenow-0.2.7.tar.gz
Algorithm Hash digest
SHA256 2231cad2fb1c6d396008a51cb1ad498351c28a92b05a0c7e094f5a8cf09dd938
MD5 a79954de80cc71174084f89387714ed6
BLAKE2b-256 66c771b55792be0f6e1ace1644e054ca3f5551e37deff1be15b75d36f2f2694c

See more details on using hashes here.

File details

Details for the file pyservicenow-0.2.7-py3-none-any.whl.

File metadata

File hashes

Hashes for pyservicenow-0.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 ac18e9e3fca24d266a274ff47fe31426f3aeeb0aa1f2c80922ef23a0def00815
MD5 2e6429d7af7f332582cdddbe8a2b09b6
BLAKE2b-256 b59ade56fec83bdef8231c92459130b201b4c881f1c63a77d72463a5dd55e61e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page