package
1.7.0-preview20241215
Repository: https://github.com/recolabs/servicenow-sdk-go.git
Documentation: pkg.go.dev

# Functions

ApplyOptions applies the given options to a RequestConfiguration.
No description provided by the author
IsNil checks if a value is nil or a nil interface.
No description provided by the author
No description provided by the author
No description provided by the author
NewRequestInformation creates a new RequestInformation object with default values.
No description provided by the author
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
ToQueryMap converts a struct to query parameter map.
WithData sets the data for the request.
WithErrorMapping sets the error mapping for the request.
WithHeader sets the header for the request.
No description provided by the author
No description provided by the author
WithQueryParameters sets the query parameters for the request.
WithResponse sets the response handler for the request.
No description provided by the author

# Constants

The HTTP MethodConnect method.
The HTTP MethodDelete method.
The HTTP MethodGet method.
The HTTP MethodHead method.
The HTTP MethodOptions method.
The HTTP MethodPatch method.
The HTTP MethodPost method.
The HTTP MethodPut method.
The HTTP MethodTrace method.

# Variables

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
Page Iterator.
No description provided by the author
No description provided by the author
No description provided by the author
Authorization Provider.
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

No description provided by the author
RequestOptionKey represents a key to store a request option under.
No description provided by the author
UrlInformation represents an abstract Url.

# Interfaces

Client2 interface designed to match core.Client2.
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
Represents a request option.
Response represents all possible responses.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
Represents the HTTP method used by a request.
No description provided by the author
RequestConfigurationOption the functional option type for configuring requests.