PHP 클래스 CityAds_Api

파일 보기 프로젝트 열기: fubralimited/php-oara 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$accessToken
$format
$host
$resourse

공개 메소드들

메소드 설명
get ( $method, $params = [] )
getAccessToken ( )
getAuthorizeUrl ( integer $clientId, string $redirectUri, string $responseType = 'code' ) : string First step - get OAuth authorization url
getFormat ( )
login ( $accessToken = null )
post ( $method, $params = '' )
put ( $method, $params = '' )
requestAccessToken ( integer $clientId, string $secretKey, string $code, string $redirectUri ) : mixed Second step - request an access token by OAuth2 code returned from authorization url
setAccessToken ( $accessToken )
setFormat ( $format )

비공개 메소드들

메소드 설명
checkedResponse ( $response )
statusProcess ( $data )

메소드 상세

get() 공개 메소드

public get ( $method, $params = [] )

getAccessToken() 공개 메소드

public getAccessToken ( )

getAuthorizeUrl() 공개 메소드

First step - get OAuth authorization url
public getAuthorizeUrl ( integer $clientId, string $redirectUri, string $responseType = 'code' ) : string
$clientId integer
$redirectUri string
$responseType string
리턴 string

getFormat() 공개 메소드

public getFormat ( )

login() 공개 메소드

public login ( $accessToken = null )

post() 공개 메소드

public post ( $method, $params = '' )

put() 공개 메소드

public put ( $method, $params = '' )

requestAccessToken() 공개 메소드

Second step - request an access token by OAuth2 code returned from authorization url
public requestAccessToken ( integer $clientId, string $secretKey, string $code, string $redirectUri ) : mixed
$clientId integer
$secretKey string
$code string
$redirectUri string
리턴 mixed

setAccessToken() 공개 메소드

public setAccessToken ( $accessToken )

setFormat() 공개 메소드

public setFormat ( $format )

프로퍼티 상세

$accessToken 보호되어 있는 프로퍼티

protected $accessToken

$format 보호되어 있는 프로퍼티

protected $format

$host 보호되어 있는 프로퍼티

protected $host

$resourse 보호되어 있는 프로퍼티

protected $resourse