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.4.tar.gz (25.6 kB view details)

Uploaded Source

Built Distribution

pyservicenow-0.2.4-py3-none-any.whl (49.8 kB view details)

Uploaded Python 3

File details

Details for the file pyservicenow-0.2.4.tar.gz.

File metadata

  • Download URL: pyservicenow-0.2.4.tar.gz
  • Upload date:
  • Size: 25.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.2

File hashes

Hashes for pyservicenow-0.2.4.tar.gz
Algorithm Hash digest
SHA256 81244187cf4d69415d4bc409ed903307c3174957347a6ccba4890ff0afd77007
MD5 83b09042ebe4a9cba5a6a13f0f0c75bc
BLAKE2b-256 79dbb2c4d41d68bf905ee0703cce3895774a6e70594ae7238f55240adc9fed99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyservicenow-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b22887c08efafb83931915fbbca5ff7259228607b7cc21158be8a72058f1dbc7
MD5 667f31b91e159cd7177930a53b33c2b1
BLAKE2b-256 85c24649a19cf3e63970b3d59bb7f2405ab97baeeee29110394178cbd05febf6

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