# Packages
No description provided by the author
Package json implements encoding and decoding of JSON as defined in RFC 4627.
Copyright (c) 2022 Dell Inc, or its subsidiaries.
Copyright (c) 2022-2025 Dell Inc, or its subsidiaries.
Copyright (c) 2023 Dell Inc, or its subsidiaries.
No description provided by the author
Copyright (c) 2022 Dell Inc, or its subsidiaries.
Copyright (c) 2022 Dell Inc, or its subsidiaries.
Copyright (c) 2023 Dell Inc, or its subsidiaries.
Copyright (c) 2019 Dell Inc, or its subsidiaries.
No description provided by the author
# Functions
No description provided by the author
GetSecuredCipherSuites returns a set of secure cipher suites.
New returns a new API client.
NewOrderedValues returns a new OrderedValues object.
ParseQuery parses the URL-encoded query string and returns an OrderedValues object.
StructToOrderedValues returns ordered value.
WriteIndented indents all lines four spaces.
WriteIndentedN indents all lines n spaces.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ClientOptions are options for the API client.
Error is an API error.
HTMLError is an HTML response with one or more errors.
JSONError is a JSON response with one or more errors.
# Interfaces
Client is an API client.
# Type aliases
OrderedValues maps a string key to a list of values and preserves insertion order of the keys.
No description provided by the author