OIAPIClient Class Reference
Inherits from | NSObject |
Declared in | OIAPIClient.h OIAPIClient.m |
Tasks
-
– appendRequest:authorized:
Method append request to the client (OIAPIClient).
-
– appendRequest:authorized:authenticator:
Method append request to the client (OIAPIClient).
-
– appendRequest:authorized:userAuthenticator:
Method append request to the client (OIAPIClient).
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