PHP Class EasyPost\User

Inheritance: extends EasypostResource
Afficher le fichier Open project: easypost/easypost-php Class Usage Examples

Méthodes publiques

Méthode Description
all_api_keys ( null $apiKey = null ) : mixed get all API keys
api_keys ( string $apiKey = null ) : array | null api keys
create ( mixed $params = null, string $apiKey = null ) : mixed create a user
retrieve ( string $id, string $apiKey = null ) : mixed retrieve a user
retrieve_me ( string $apiKey = null ) : mixed retrieve me
save ( ) save a user

Method Details

all_api_keys() public static méthode

get all API keys
public static all_api_keys ( null $apiKey = null ) : mixed
$apiKey null
Résultat mixed

api_keys() public méthode

api keys
public api_keys ( string $apiKey = null ) : array | null
$apiKey string
Résultat array | null

create() public static méthode

create a user
public static create ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
Résultat mixed

retrieve() public static méthode

retrieve a user
public static retrieve ( string $id, string $apiKey = null ) : mixed
$id string
$apiKey string
Résultat mixed

retrieve_me() public static méthode

retrieve me
public static retrieve_me ( string $apiKey = null ) : mixed
$apiKey string
Résultat mixed

save() public méthode

save a user
public save ( )