PHP Class Airship\Engine\Continuum\API

Continuum - versioned API schema
Afficher le fichier Open project: paragonie/airship Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

get() public static méthode

Get an API endpoint
public static get ( string $key, string $version = self::API_VERSION ) : string
$key string
$version string
Résultat string

getAll() public static méthode

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