Client objects

class servicenowpy.servicenow.Client

Represents a ServiceNow instance.

Parameters
  • instance_url – ServiceNow instance URL.

  • user – Instance user.

  • pwd – Instance password.

make_api_url(instance_url)

Returns instance URL with ‘/api/now/’ appended.

table(table)

Returns servicenowpy.Table object.

Parameters

table – The table name.

Return type

servicenowpy.Table