# Functions
DecodeResults decodes JSON data from the provided json.Decoder into a given type T.
JsonDecoderToBooleanSlice decodes a JSON array from the provided json.Decoder into a bool slice.
JsonDecoderToIntSlice decodes a JSON array from the provided json.Decoder into an int slice.
JsonDecoderToString decodes a JSON value from the provided json.Decoder into a string.
JsonDecoderToStringSlice decodes a JSON array from the provided json.Decoder into a string slice.
MapAdditionalProperties append additional properties to destination struct map.
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
NullableTimeToStringMap converts a map with nullable time.Time values to a map with nullable strings using the specified format.
No description provided by the author
No description provided by the author
PrepareQueryParams adds key-value pairs from the data map to the existing URL query parameters.
No description provided by the author
No description provided by the author
TimeToStringMap converts a map with time.Time values to a map with strings using the specified format.
TimeToStringSlice converts a slice of time.Time values to a slice of strings using the specified format.
ToNullableTimeMap converts a map with nullable string or int64 values to a map with nullable time.Time values using the specified format.
ToTimeMap converts a map with string or int64 values to a map with time.Time values using the specified format.
ToTimeSlice converts a slice of strings or int64 values to a slice of time.Time values using the specified format.
UnmarshalAdditionalProperties unmarshals additional properties and remove fields that exists on parent struct.
UnmarshallAnyOf tries to unmarshal the data into each of the provided types as an AnyOf group and return the converted value.
UnmarshallAnyOfWithDiscriminator tries to unmarshal the data into each of the provided types as an AnyOf group with discriminators and return the converted value.
UnmarshallOneOf tries to unmarshal the data into each of the provided types as a OneOf group and return the converted value.
UnmarshallOneOfWithDiscriminator tries to unmarshal the data into each of the provided types as a OneOf group with discriminators and return the converted value.
UpdateUserAgent replaces placeholders in the user agent string with the actual values.
# Constants
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
DefaultTime is a struct that implements time.Time with custom formatting.
No description provided by the author
RFC1123Time is a struct that implements time.Time with custom formatting.
RFC3339Time is a struct that implements time.Time with custom formatting.
No description provided by the author
No description provided by the author
UnixDateTime is a struct that implements time.Time with custom formatting.
# Interfaces
No description provided by the author