public async Task <ApiResponse> RunSessionless(ApiRequest paramApiRequest, ClientInformation paramClientInformation) { return(await dispatchRequest(new ApiSingleRequestWrapper(paramApiRequest, paramClientInformation, null), null)); }
public CrunchyrollClient(ApplicationState appState, ClientInformation clientInfo) { _httpCache = new Dictionary <string, string>(); _applicationState = appState; _clientInformation = clientInfo; }