Skip to main content

Python REST client with some extras baked in:

  • Request retires built in with appropriated backoffs.

  • Wrap response output in object with conviency methods such as being able to resolve depedency tables if they are linked in an attribute ( aka record.resolve_link(“depfield”) ).

  • Wrap problems/errors/empty records in NotFound objects.

  • Extra querying sugar - see QueryBuilder and docs for details. For example, a request with specific query info like:

GET /api/now/v1/table/change_request?sysparm_limit=10&sysparm_query=cmdb_ciISNOTEMPTY%5Estate=1%5Eassignment_group=deadbeef%5Esys_created_onBETWEENjavascript:gs.dateGenerate(‘2018-06-11’,’19:25:00’)@javascript:gs.dateGenerate(‘2018-07-11’,’19:25:00’)%5EORDERBYDESCsys_created_on

Can be generated instead from:

` qb.field_equals("state", "1") qb.field_equals("assignment_group", "deadbeef") start = datetime.utcnow() end = start - timedelta(days=30) qb.between(end, start) qb.orderbydesc("sys_created_on") `

Which, depending on the eyes (and cough, auto method completions), might hurt just a littttle bit less.

Release files for snowclient 0.4.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for snowclient 0.4.4
File Size Uploaded
snowclient-0.4.4.tar.gz 8.4 kB Details

Release files / snowclient-0.4.4.tar.gz

Download URL snowclient-0.4.4.tar.gz
Size 8.4 kB
Tags Source
SHA-256 checksum
How to use checksums
1ee7cd994c3a2e291689cb6813d23a7e35fe926bdd2804d4b7bfafa2cac62914
BLAKE2b-256 checksum
How to use checksums
63be7c2557f087f6fa5ea1b80552b240a2fe2455aa8eda5a6078bf46ae6a23b3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/2.7

Release history Release notifications | RSS feed

This release

0.4.4 This release

1 release file

0.4.3

1 release file

0.4.2

1 release file

0.4.1

1 release file

0.4.0

1 release file

0.3.9

1 release file

0.3.8

1 release file

0.3.7

1 release file

0.3.6

1 release file

0.3.5

1 release file

0.3.4

1 release file

0.3.3

1 release file

0.3.2

1 release file

0.3.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page