PHP Class EasyPost\Container

Inheritance: extends easypost\Resource
Show file Open project: easypost/easypost-php

Public Methods

Method Description
all ( mixed $params = null, string $apiKey = null ) : mixed retrieve all containers
create ( mixed $params = null, string $apiKey = null ) : mixed create a container
retrieve ( string $id, string $apiKey = null ) : mixed retrieve a container
save ( ) save a container

Method Details

all() public static method

retrieve all containers
public static all ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
return mixed

create() public static method

create a container
public static create ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
return mixed

retrieve() public static method

retrieve a container
public static retrieve ( string $id, string $apiKey = null ) : mixed
$id string
$apiKey string
return mixed

save() public method

save a container
public save ( )