# Packages
No description provided by the author
# Functions
BuildApiRequestData: building the request data for a API request.
BuildApiUrl: building the url for a API request.
CheckAction: checks the existence of an action in a module.
ParseResponseBody: parses the body content response from api server
return ApiResponseData and []sysadmerror.Sysadmerror
ApiResponseData.Status is ture and ApiResponseData.Errorcode is zero for successful response
ApiResponseData.DataSet is the set of response like map[string]string if
*/.
SetBasicAuthData set basic auth data to query which will be set to the API server
basic auth data including:
isBasicAuth: "true" or "false" whether set basic auth data to api server
username: user account which will be authorization
password: user password which will be authorization
*/.
SetHeaders set data to headers which will be set to the API server
*/.
SetQueryData set data to query which will be set to the API server
*/.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author