# README
Core
# Functions
No description provided by the author
No description provided by the author
NewErrorMapping creates a new instance of the ErrorMapping.
NewFragment creates a new query fragment with the specified field, operator, and value.
NewOrderBy Creates new order by.
Deprecated: deprecated in v1.5.0.
NewPageIterator2[T] creates a new PageIterator instance.
NewQuery returns a new Query with no conditions.
Deprecated: deprecated since v{unreleased}.
NewRequestInformation creates a new RequestInformation object with default values.
Deprecated: deprecated as of v1.4.0, use `NewURLInformation` instead.
NewURLInformation creates a new RequestUri object.
ParseResponse[T] parses the HTTP Response to the provided type.
No description provided by the author
No description provided by the author
ToQueryMap converts a struct to query parameter map.
# Constants
And ...
Asc ...
Between ...
The HTTP CONNECT method.
Contains ...
The HTTP DELETE method.
Desc ...
EndsWith ...
The HTTP GET method.
GreaterOrEqual ...
GreaterThan ...
The HTTP HEAD method.
Is ...
IsDifferent ...
IsEmpty ...
IsNot ...
IsSame ...
LessOrEqual ...
LessThan ...
NotContains ...
Null ...
The HTTP OPTIONS method.
Or ...
The HTTP PATCH method.
The HTTP POST method.
The HTTP PUT method.
StartsWith ...
The HTTP TRACE method.
Unset ...
# Variables
nolint:stylecheck.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Page Iterator.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ApiError represents an error that occurs during API requests.
Exception represents an exception in the ServiceNow error response.
Fragment represents a query fragment with a field, operator, and value.
OrderBy represents an order-by clause.
Deprecated: deprecated in v1.5.0.
PageIterator2[T].
PageResult represents a single page of results from a table.
Query represents a ServiceNow query and its conditions.
Deprecated: deprecated since v{unreleased}.
RequestInformation represents an abstract HTTP request.
RequestOptionKey represents a key to store a request option under.
ServiceNowError represents an error response from the ServiceNow API.
UrlInformation represents an abstract Url.
# Interfaces
No description provided by the author
No description provided by the author
CollectionResponse[T] represents collection responses.
No description provided by the author
No description provided by the author
ItemResponse[T] represents a single item responses.
Represents a request option.
Response represents all possible responses.
# Type aliases
ErrorMapping is a map that maps error codes to human-readable error messages.
Represents the HTTP method used by a request.
LogicalOperator ...
OrderDirection represents the order direction for sorting.
No description provided by the author
RelationalOperator ...
No description provided by the author