Inherits from NSObject
Declared in OIAPIClient.h
OIAPIClient.m

Overview

Class allow to create requests for ordr.in api. Class is singleton.

Tasks

Instance Methods

appendRequest:authorized:

Method append request to the client (OIAPIClient).

- (void)appendRequest:(ASIHTTPRequest *)request authorized:(BOOL)authorized

Parameters

request

Ordr.in request (ASIHTTPRequest).

authorized

Shows if request use authorization or not.

Discussion

Method append request to the client (OIAPIClient).

Declared In

OIAPIClient.h

appendRequest:authorized:authenticator:

Method append request to the client (OIAPIClient).

- (void)appendRequest:(ASIHTTPRequest *)request authorized:(BOOL)authorized authenticator:(OIAPIGenericAuthenticator *)authenticator

Parameters

request

Ordr.in request (ASIHTTPRequest).

authorized

Shows if request use authorization or not.

authenticator

Generic authenticator (OIAPIGenericAuthenticator).

Discussion

Method append request to the client (OIAPIClient).

Declared In

OIAPIClient.h

appendRequest:authorized:userAuthenticator:

Method append request to the client (OIAPIClient).

- (void)appendRequest:(ASIHTTPRequest *)request authorized:(BOOL)authorized userAuthenticator:(OIAPIGenericAuthenticator *)userAuthenticator

Parameters

request

Ordr.in request (ASIHTTPRequest).

authorized

Shows if request use authorization or not.

userAuthenticator

User authenticator (OIAPIGenericAuthenticator).

Discussion

Method append request to the client (OIAPIClient).

Declared In

OIAPIClient.h