# Functions
GetRestyClientFromGoxHttpCtx - Get resty client from gox http context
Parameters: - goHttpCtx - GoxHttpContext to extract resty client which is powering this api - apiName - Name of the api
Returns: - resty client if this command is implemented using resty client under the hood - bool - true if resty client is returned otherwise false.
NewGoxHttpContext - Create a new http context to be used.
SetupOnBeforeRequestOverRestyClientFromGoxHttpCtx - Setup on before request middleware over resty client
Parameters: - goHttpCtx - GoxHttpContext to extract resty client which is powering this api - apiName - Name of the api - middleware - Middleware to be setup to be called on before request
Returns: - bool - true if resty client is returned otherwise false.
# Variables
No description provided by the author
# Interfaces
GoxHttpContext is the interface to be used by external clients.
RestyClientProvider - Interface to get resty client.