# Functions
NewGetResult creates a new http.Handler for the get result operation.
NewGetResultInternalServerError creates GetResultInternalServerError with default headers values.
NewGetResultOK creates GetResultOK with default headers values.
NewGetResultParams creates a new GetResultParams object
There are no default values defined in the spec.
NewGetResults creates a new http.Handler for the get results operation.
NewGetResultsInternalServerError creates GetResultsInternalServerError with default headers values.
NewGetResultsOK creates GetResultsOK with default headers values.
NewGetResultsParams creates a new GetResultsParams object with the default values initialized.
# Constants
GetResultInternalServerErrorCode is the HTTP code returned for type GetResultInternalServerError.
GetResultOKCode is the HTTP code returned for type GetResultOK.
GetResultsInternalServerErrorCode is the HTTP code returned for type GetResultsInternalServerError.
GetResultsOKCode is the HTTP code returned for type GetResultsOK.
# Structs
GetResult swagger:route GET /v1/results/{resultId} api getResult
ACRCloud result
Use this endpoint to fetch information on an exact entry.
GetResultInternalServerError Server Error
swagger:response getResultInternalServerError
*/.
GetResultOK Returns single result
swagger:response getResultOK
*/.
GetResultParams contains all the bound params for the get result operation typically these are obtained from a http.Request
swagger:parameters getResult.
GetResults swagger:route GET /v1/results api getResults
Get ACRCloud Results
This is endpoint is useful for looking into and exporting the dataset.
GetResultsInternalServerError Server Error
swagger:response getResultsInternalServerError
*/.
GetResultsOK Returns array of results
swagger:response getResultsOK
*/.
GetResultsParams contains all the bound params for the get results operation typically these are obtained from a http.Request
swagger:parameters getResults.
GetResultsURL generates an URL for the get results operation.
GetResultURL generates an URL for the get result operation.
# Interfaces
GetResultHandler interface for that can handle valid get result params.
GetResultsHandler interface for that can handle valid get results params.
# Type aliases
GetResultHandlerFunc turns a function with the right signature into a get result handler.
GetResultsHandlerFunc turns a function with the right signature into a get results handler.