Conforms to NSObject
Declared in Alohar.h

Overview

Common protocol for rest of Alohar requests.

Tasks

Instance Methods

aloharDidFailWithError:

Callback when request fails with error.

- (void)aloharDidFailWithError:(NSError *)error

Parameters

error

Detailed error infomation.

Discussion

Callback when request fails with error.

Declared In

Alohar.h

aloharRequestFinished:

Callback when the request returns successfully.

- (void)aloharRequestFinished:(ALResponse *)response

Parameters

response

An instance of ALResponse.

Discussion

Callback when the request returns successfully.

Declared In

Alohar.h