# Packages
No description provided by the author
Package httpclient provides an interface for enabling manipulating the underelying HTTP request performed by a client.
Package options provides the structure representing the instantiated client options.
# Functions
NewServiceRequestFromDefaultOptions is a constructor method which uses the prebuilt set of options as part of the request.
# Constants
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
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
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BaseURL defines the default location of the Kraftcloud API.
BaseV1FormatURL defines the default location of the KraftCloud API which is formatted to allow setting the metro.
DefaultMetro is set to a default node based in Frankfurt.
DefaultPort is the port the instance will listen on externally by default.
# Structs
APIResponseCommon contains attributes common to all API responses, namely the attributes which are returned either on error or partial success.
ErrorResponse is the list of errors that have occurred during the invocation of the API call.
ServiceRequest is the utility structure for performing individual requests to a service location at KraftCloud.
ServiceResponse embodies the the API response for an invocation to a service on KraftCloud.
ServiceResponseData is the embedded list of structures defined by T.
# Interfaces
APIResponseDataEntry provides access to data common to all data entries returned in API responses.
ServiceClient is an interface of mandatory methods that a service must implement.
# Type aliases
No description provided by the author