package
0.17.3
Repository: https://github.com/mia-platform/miactl.git
Documentation: pkg.go.dev

# Functions

APIClientForConfig create a APIClient with config.
NewRequest creates a new request helper object for calling Mia-Platform Console API.
No description provided by the author

# Structs

APIClient wrap an http.Client that can connect to Mia-Platform Console.
AuthConfig contains settings for settign up authentication for the http requests.
Config holds the common attributes that can be passed to a client on initialization.
Request wrap the http.Request configuration providing functions for configure it in an easier and contained way.
Response wrap an http.Response and provide functions to operate safely on it.
ResponseError represent an error from an api call.
TLSClientConfig contains settings to enable transport layer security.

# Interfaces

No description provided by the author
No description provided by the author
Interface captures the set of operations for interacting with REST apis.

# Type aliases

AuthProviderCreator is a function that return an AuthProvider.