PHP 클래스 Airship\Engine\Continuum\API

Continuum - versioned API schema
파일 보기 프로젝트 열기: paragonie/airship 1 사용 예제들

공개 메소드들

메소드 설명
get ( string $key, string $version = self::API_VERSION ) : string Get an API endpoint
getAll ( string $version = self::API_VERSION ) : array Get the entire API for a specific version

메소드 상세

get() 공개 정적인 메소드

Get an API endpoint
public static get ( string $key, string $version = self::API_VERSION ) : string
$key string
$version string
리턴 string

getAll() 공개 정적인 메소드

Get the entire API for a specific version
public static getAll ( string $version = self::API_VERSION ) : array
$version string
리턴 array