pysnow
stable

General

  • Compatibility
  • Installing
  • Testing
  • Demo!
  • License

API

  • Client
  • OAuthClient
  • QueryBuilder
  • Attachment
  • Resource
  • ParamsBuilder
  • Response
  • Exceptions

Usage

  • The Client
  • Resources
  • Request parameters
  • Querying

Full examples

  • Fetching data
  • Creating a new record
  • Updating a record
  • Deleting a record
  • Sorting
  • Using the OAuthClient
  • Using the QueryBuilder
  • Attaching files
  • Using threaded queries
  • Session with auto-retry
pysnow
  • Docs »
  • pysnow
  • Edit on GitHub

PYSNOW¶

Library written in Python that makes interacting with the ServiceNow REST API much enjoyable.

General¶

  • Compatibility
  • Installing
  • Testing
  • Demo!
  • License

API¶

  • Client
  • OAuthClient
  • QueryBuilder
  • Attachment
  • Resource
  • ParamsBuilder
  • Response
  • Exceptions
    • Generic Exceptions
    • Response Exceptions
    • OAuthClient Exceptions
    • QueryBuilder Exceptions

Usage¶

  • The Client
    • Using pysnow.Client
      • With username and password
      • With a custom session object
    • Using pysnow.OAuthClient
      • Getting initial tokens
      • Using tokens
  • Resources
  • Request parameters
    • Client object parameters
    • Resource object parameters
  • Querying
    • Key-value
    • Using the query builder
    • SN Pass-through

Full examples¶

  • Fetching data
    • Multiple records
    • First record
    • First or none
    • Exactly one
    • One or none
  • Creating a new record
  • Updating a record
  • Deleting a record
  • Sorting
  • Using the OAuthClient
  • Using the QueryBuilder
  • Attaching files
  • Using threaded queries
  • Session with auto-retry
Next

© Copyright . Revision 44e3ce53.

Built with Sphinx using a theme provided by Read the Docs.