PHP Class EasyPost\Tracker

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

Méthodes publiques

Méthode Description
all ( mixed $params = null, string $apiKey = null ) : mixed retrieve all trackers
create ( mixed $params = null, string $apiKey = null ) : mixed create a tracker
create_list ( mixed $params = null, string $apiKey = null ) : mixed create a list of trackers
retrieve ( string $id, string $apiKey = null ) : mixed retrieve a tracker
save ( ) save a tracker

Method Details

all() public static méthode

retrieve all trackers
public static all ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
Résultat mixed

create() public static méthode

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

create_list() public static méthode

create a list of trackers
public static create_list ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
Résultat mixed

retrieve() public static méthode

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

save() public méthode

save a tracker
public save ( )