PHP Class RenrenRestApiService, thinksns

Inheritance: extends HttpRequestService
Show file Open project: medz/thinksns-4 Class Usage Examples

Public Methods

Method Description
GET ( ) : mixed GET wrapper
__construct ( )
getCallId ( ) : RenRenClient Generate call id
rr_photo_post_fopen ( )
rr_post_curl ( ) : mixed POST wrapper,基于curl函数,需要支持curl函数才行
rr_post_fopen ( )

Private Methods

Method Description
generateSignature ( ) : RenRenClient Generate signature for sig parameter
paramsMerge ( $params ) : RenRenClient Parameters merge
setAPIURL ( $url )
setConfigToMapping ( ) : RenRenClient Setting mapping value

Method Details

GET() public method

GET wrapper
public GET ( ) : mixed
return mixed

__construct() public method

public __construct ( )

getCallId() public method

Generate call id
Author: Edison tsai
public getCallId ( ) : RenRenClient
return RenRenClient

rr_photo_post_fopen() public method

public rr_photo_post_fopen ( )

rr_post_curl() public method

POST wrapper,基于curl函数,需要支持curl函数才行
public rr_post_curl ( ) : mixed
return mixed

rr_post_fopen() public method

public rr_post_fopen ( )